提交 3184f989 编写于 作者: S Shraddha Barke 提交者: Greg Kroah-Hartman

Staging: gdm72xx: Remove multiple blank lines

Remove extra blank line which is not necessary. Warning detected using
checkpatch.
Signed-off-by: NShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c326e738
...@@ -544,7 +544,6 @@ static int gdm_usb_probe(struct usb_interface *intf, ...@@ -544,7 +544,6 @@ static int gdm_usb_probe(struct usb_interface *intf,
idVendor, idProduct); idVendor, idProduct);
dev_info(&intf->dev, "GCT WiMax driver version %s\n", DRIVER_VERSION); dev_info(&intf->dev, "GCT WiMax driver version %s\n", DRIVER_VERSION);
if (idProduct == EMERGENCY_PID) { if (idProduct == EMERGENCY_PID) {
ret = usb_emergency(usbdev); ret = usb_emergency(usbdev);
goto out; goto out;
......
...@@ -159,7 +159,6 @@ ...@@ -159,7 +159,6 @@
#define T_TX_POWER (0x6a | (1 << 16)) #define T_TX_POWER (0x6a | (1 << 16))
#define T_CUR_FREQ (0x7f | (4 << 16)) #define T_CUR_FREQ (0x7f | (4 << 16))
/* WIMAX */ /* WIMAX */
#define T_MAX_SUBSCRIPTION (0xa1 | (1 << 16)) #define T_MAX_SUBSCRIPTION (0xa1 | (1 << 16))
#define T_MAX_SF (0xa2 | (1 << 16)) #define T_MAX_SF (0xa2 | (1 << 16))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册