Skip to content

Commit

Permalink
[media] vp702x: remove unused variable
Browse files Browse the repository at this point in the history
struct vp702x_device_state.power_state is nowhere referenced.

Signed-off-by: Florian Mickler <florian@mickler.org>
Cc: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Florian Mickler authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 1c6410f commit cf53b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/dvb/dvb-usb/vp702x.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ extern int dvb_usb_vp702x_debug;
/* IN i: 0, v: 0, no extra buffer */

struct vp702x_device_state {
u8 power_state;
struct mutex buf_mutex;
int buf_len;
u8 *buf;
Expand Down

0 comments on commit cf53b82

Please sign in to comment.