Re: [bug report] media: dvb_frontend: cleanup ioctl handling logic

2017-11-30 Thread Menion
Hello Is anyone working on adding compact_ioctl? So far it is impossible to use linux-media from 32bit userland on 64bit kernels Bye 2017-11-30 10:58 GMT+01:00 Dan Carpenter : > Hello Mauro Carvalho Chehab, > > The patch d73dcf0cdb95: "media: dvb_frontend: cleanup ioctl handling > logic" from Sep

[bug report] media: dvb_frontend: cleanup ioctl handling logic

2017-11-30 Thread Dan Carpenter
Hello Mauro Carvalho Chehab, The patch d73dcf0cdb95: "media: dvb_frontend: cleanup ioctl handling logic" from Sep 18, 2017, leads to the following static checker warning: drivers/media/dvb-core/dvb_frontend.c:2469 dvb_frontend_handle_ioctl() error: uninitialized symbol 'err'. dri