Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357391
b: refs/heads/master
c: 480d3ca
h: refs/heads/master
i:
  357389: 2049f4f
  357387: 4623eaf
  357383: 31db925
  357375: 4065b16
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 7470f20 commit 59356f5
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: 58bc8b7e380554d2d32f8d7f776a019cefc8afbf
refs/heads/master: 480d3ca13e64ab06200ab2c4dbff462c2ac7494d
4 changes: 2 additions & 2 deletions trunk/drivers/media/radio/si470x/radio-si470x.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ struct si470x_device {
struct completion completion;
bool status_rssi_auto_update; /* Does RSSI get updated automatic? */

#if defined(CONFIG_USB_SI470X) || defined(CONFIG_USB_SI470X_MODULE)
#if IS_ENABLED(CONFIG_USB_SI470X)
/* reference to USB and video device */
struct usb_device *usbdev;
struct usb_interface *intf;
Expand All @@ -179,7 +179,7 @@ struct si470x_device {
unsigned char hardware_version;
#endif

#if defined(CONFIG_I2C_SI470X) || defined(CONFIG_I2C_SI470X_MODULE)
#if IS_ENABLED(CONFIG_I2C_SI470X)
struct i2c_client *client;
#endif
};
Expand Down

0 comments on commit 59356f5

Please sign in to comment.