Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337373
b: refs/heads/master
c: a7d4683
h: refs/heads/master
i:
  337371: f439761
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 201a9d0 commit bb83727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 626e557f3a84f391b8cc5a39ea42c821a1bf67b5
refs/heads/master: a7d46832df45a41e880ea39ccd4882d012a589bb
10 changes: 5 additions & 5 deletions trunk/drivers/staging/gdm72xx/gdm_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static int gdm_usb_send(void *priv_dev, void *data, int len,
unsigned long flags;

if (!udev->usbdev) {
printk(KERN_ERR "%s: No such device\n", __func__);
dev_err(&usbdev->dev, "%s: No such device\n", __func__);
return -ENODEV;
}

Expand Down Expand Up @@ -484,7 +484,7 @@ static int gdm_usb_receive(void *priv_dev,
unsigned long flags;

if (!udev->usbdev) {
printk(KERN_ERR "%s: No such device\n", __func__);
dev_err(&usbdev->dev, "%s: No such device\n", __func__);
return -ENODEV;
}

Expand Down Expand Up @@ -559,9 +559,9 @@ static int gdm_usb_probe(struct usb_interface *intf,
idProduct = L2H(usbdev->descriptor.idProduct);
bcdDevice = L2H(usbdev->descriptor.bcdDevice);

printk(KERN_INFO "Found GDM USB VID = 0x%04x PID = 0x%04x...\n",
idVendor, idProduct);
printk(KERN_INFO "GCT WiMax driver version %s\n", DRIVER_VERSION);
dev_info(&intf->dev, "Found GDM USB VID = 0x%04x PID = 0x%04x...\n",
idVendor, idProduct);
dev_info(&intf->dev, "GCT WiMax driver version %s\n", DRIVER_VERSION);


if (idProduct == EMERGENCY_PID) {
Expand Down

0 comments on commit bb83727

Please sign in to comment.