Searched hist:"89 d6e45c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | sp887x.c | 89d6e45c Thu Mar 22 14:13:58 CDT 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> media: sp887x: fix a warning
drivers/media/dvb-frontends/sp887x.c:179 sp887x_initial_setup() error: memcpy() '&buf[2]' too small (30 vs 16384)
This is actually a false alarm, but reverting the check order makes not only for humans to review the code, but also cleans the warning.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 89d6e45c Thu Mar 22 14:13:58 CDT 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> media: sp887x: fix a warning drivers/media/dvb-frontends/sp887x.c:179 sp887x_initial_setup() error: memcpy() '&buf[2]' too small (30 vs 16384) This is actually a false alarm, but reverting the check order makes not only for humans to review the code, but also cleans the warning. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|