forked from luck/tmp_suning_uos_patched
c2735391fb
reg | (1 << clk->enable_shift) always evaluates to true. Switch it
to & which makes much more sense. Same fix as
|
||
---|---|---|
.. | ||
devices | ||
include/mach | ||
clock-mx23.c | ||
clock-mx28.c | ||
clock.c | ||
devices-mx23.h | ||
devices-mx28.h | ||
devices.c | ||
icoll.c | ||
iomux.c | ||
Kconfig | ||
mach-m28evk.c | ||
mach-mx23evk.c | ||
mach-mx28evk.c | ||
mach-stmp378x_devb.c | ||
mach-tx28.c | ||
Makefile | ||
Makefile.boot | ||
mm.c | ||
module-tx28.c | ||
module-tx28.h | ||
ocotp.c | ||
pm.c | ||
regs-clkctrl-mx23.h | ||
regs-clkctrl-mx28.h | ||
system.c | ||
timer.c |