Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314516
b: refs/heads/master
c: a40345b
h: refs/heads/master
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Jun 19, 2012
1 parent 11d1b5f commit 9f38e6d
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: 230718bda1be24119d9e25623d90fa5da3079aa9
refs/heads/master: a40345b5b4a09ff8539aaafeb2c612db6d0b4d1b
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/qmi_wwan.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,15 +360,15 @@ static int qmi_wwan_resume(struct usb_interface *intf)
}

static const struct driver_info qmi_wwan_info = {
.description = "QMI speaking wwan device",
.description = "WWAN/QMI device",
.flags = FLAG_WWAN,
.bind = qmi_wwan_bind,
.unbind = qmi_wwan_unbind,
.manage_power = qmi_wwan_manage_power,
};

static const struct driver_info qmi_wwan_shared = {
.description = "QMI speaking wwan device with combined interface",
.description = "WWAN/QMI device",
.flags = FLAG_WWAN,
.bind = qmi_wwan_bind_shared,
.unbind = qmi_wwan_unbind,
Expand Down

0 comments on commit 9f38e6d

Please sign in to comment.