Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125091
b: refs/heads/master
c: 58eb17f
h: refs/heads/master
i:
  125089: 0fa5b42
  125087: 73c22f8
v: v3
  • Loading branch information
Denis Joseph Barrow authored and Linus Torvalds committed Jan 2, 2009
1 parent 6970803 commit 025cc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ad36b88e2d22e9ef42797581d3ecea9feadd9488
refs/heads/master: 58eb17f155704062d76729d1fb7e23d3559ca86a
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/hso.c
Original file line number Diff line number Diff line change
Expand Up @@ -2663,7 +2663,7 @@ static struct hso_device *hso_create_bulk_serial_device(
serial->parent = hso_dev;
hso_dev->port_data.dev_serial = serial;

if (port & HSO_PORT_MODEM) {
if ((port & HSO_PORT_MASK) == HSO_PORT_MODEM) {
num_urbs = 2;
serial->tiocmget = kzalloc(sizeof(struct hso_tiocmget),
GFP_KERNEL);
Expand Down

0 comments on commit 025cc8b

Please sign in to comment.