summaryrefslogtreecommitdiff
path: root/net/6lowpan/nhc_udp.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-12-09 09:41:29 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-12-21 07:33:40 -0200
commitc739c0a7c3c2472d7562b8f802cdce44d2597c8b (patch)
tree17a641d3d527601d4b0188f6e77bbc27be4bfbe9 /net/6lowpan/nhc_udp.c
parent4dd19196c5539c377beaa9850fac30c18318c7a1 (diff)
[media] s5k4ecgx: select CRC32 helper
A rare randconfig build failure shows up in this driver when the CRC32 helper is not there: drivers/media/built-in.o: In function `s5k4ecgx_s_power': s5k4ecgx.c:(.text+0x9eb4): undefined reference to `crc32_le' This adds the 'select' that all other users of this function have. Fixes: 8b99312b7214 ("[media] Add v4l2 subdev driver for S5K4ECGX sensor") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'net/6lowpan/nhc_udp.c')
0 files changed, 0 insertions, 0 deletions
U, initialized as pinned and all operations which arm the timer happen on the CPU to which the timer belongs. Simplify the whole machinery by using mod_timer() instead of add_timer_on() which avoids the problem because mod_timer() can handle already queued timers. Use __start_timer() everywhere so the earliest armed expiry time is preserved. Reported-by: Erik Veijola <erik.veijola@intel.com> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701310936080.3457@nanos Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'sound/soc/codecs/sta32x.c')