diff options
| author | Dan Carpenter <[email protected]> | 2013-11-08 06:52:24 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-12-04 15:51:55 -0200 |
| commit | e1163236f5214e3447f1132a355a26db3db7d9f3 (patch) | |
| tree | 23e864d824cfe4a64b9392d446656da7cc3ce821 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 03ce1a13ccdfa61bf8f3bdcc7f10e2580db71149 (diff) | |
[media] exynos4-is: Cleanup a define in mipi-csis driver
This define is only used in s5pcsis_irq_handler():
if ((status & S5PCSIS_INTSRC_NON_IMAGE_DATA) && pktbuf->data) {
The problem is that "status" is a 32 bit and (0xff << 28) is larger than
32 bits and that sets off a static checker warning. I consulted with
Sylwester Nawrocki and the define should actually be (0xf << 28).
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Sylwester Nawrocki <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions