Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357407
b: refs/heads/master
c: 78f968f
h: refs/heads/master
i:
  357405: fc60bc0
  357403: 7470b9b
  357399: 7cc680e
  357391: 59356f5
  357375: 4065b16
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent c44f358 commit cc9db11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e32d6eb865bbb693b1612a0fbf2ceeb6b51e208c
refs/heads/master: 78f968fa26acbdf44457a7bc35a195b7df040b29
4 changes: 2 additions & 2 deletions trunk/drivers/media/usb/gspca/zc3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6902,7 +6902,7 @@ static int sd_get_jcomp(struct gspca_dev *gspca_dev,
return 0;
}

#if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE)
#if IS_ENABLED(CONFIG_INPUT)
static int sd_int_pkt_scan(struct gspca_dev *gspca_dev,
u8 *data, /* interrupt packet data */
int len) /* interrput packet length */
Expand All @@ -6929,7 +6929,7 @@ static const struct sd_desc sd_desc = {
.pkt_scan = sd_pkt_scan,
.get_jcomp = sd_get_jcomp,
.set_jcomp = sd_set_jcomp,
#if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE)
#if IS_ENABLED(CONFIG_INPUT)
.int_pkt_scan = sd_int_pkt_scan,
#endif
};
Expand Down

0 comments on commit cc9db11

Please sign in to comment.