diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-02 15:48:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-02 15:48:40 -0300 |
commit | ff3f4061e1e6854e0d2c8c52c2363f3d67302651 (patch) | |
tree | 7b5ed98780296424a4095544285eca0288f301e3 /linux/drivers/media/video/usbvideo/Makefile | |
parent | 56dee54783bcafee32bb681a221d4c9a2b517ca3 (diff) | |
download | mediapointer-dvb-s2-ff3f4061e1e6854e0d2c8c52c2363f3d67302651.tar.gz mediapointer-dvb-s2-ff3f4061e1e6854e0d2c8c52c2363f3d67302651.tar.bz2 |
Cleanup on cinergyT2: Remove unneeded if(1)
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Before kernel 2.6.14, the driver checked for status before stopping the
thread. So, a compatibility test did exist. After 2.6.14, the
if (state)
were replaced by:
if (1)
However, it makes no sense to keep the if(1).
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/usbvideo/Makefile')
0 files changed, 0 insertions, 0 deletions