diff options
author | Frank Schaefer <fschaefer.oss@googlemail.com> | 2012-11-08 12:11:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-22 14:57:00 -0500 |
commit | 89f84b9c2057fbfc85796d29d53d5b8e01002315 (patch) | |
tree | 7fb6d7968ddca1a082a656e54f4febb0be0ad13d /drivers/media/usb/em28xx/em28xx.h | |
parent | 74209dc06a7c27401de637cc371f54920d628ba8 (diff) |
[media] em28xx: remove obsolete #define EM28XX_URB_TIMEOUT
It isn't used anymore and uses constants which no longer exist.
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 17310e6a51e2..6773ca8d3647 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h | |||
@@ -187,10 +187,6 @@ | |||
187 | Interval: 125us | 187 | Interval: 125us |
188 | */ | 188 | */ |
189 | 189 | ||
190 | /* time to wait when stopping the isoc transfer */ | ||
191 | #define EM28XX_URB_TIMEOUT \ | ||
192 | msecs_to_jiffies(EM28XX_NUM_BUFS * EM28XX_NUM_PACKETS) | ||
193 | |||
194 | /* time in msecs to wait for i2c writes to finish */ | 190 | /* time in msecs to wait for i2c writes to finish */ |
195 | #define EM2800_I2C_WRITE_TIMEOUT 20 | 191 | #define EM2800_I2C_WRITE_TIMEOUT 20 |
196 | 192 | ||