be8aa0b5930d63 parent 3fac4eb374b58e834e54a104cce7d0bdecc863c0 author Mauro Carvalho Chehab 1351504739 -0200 committer Mauro Carvalho Chehab 1351505049 -0200 [media] drxk_hard: fix the return code from an error handler While it is very unlikely, if the number of parameters for QAMDemodulatorCommand is not 2 or 4, status become undefined: /home/hans/work/build/v4l-dvb-git/drivers/media/dvb-frontends/drxk_hard.c: In function ‘QAMDemodulatorCommand’: /home/hans/work/build/v4l-dvb-git/drivers/media/dvb-frontends/drxk_hard.c:5452:5: warning: ‘status’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Mauro Carvalho Chehab ðð