Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324759
b: refs/heads/master
c: 623c2bb
h: refs/heads/master
i:
  324757: adcb2bc
  324755: 3ff1f61
  324751: 445a99a
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent b9b2254 commit ec02a4e
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: c993e432edc3b8ce8d3985d8dac3ecba82be86c0
refs/heads/master: 623c2bb2c59a6941c68e5d47d13e417f63535043
2 changes: 1 addition & 1 deletion trunk/drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ static int qt_startup(struct usb_serial *serial)
port = serial->port[i];
qt_port = kzalloc(sizeof(*qt_port), GFP_KERNEL);
if (!qt_port) {
dbg("%s: kmalloc for quatech_port (%d) failed!.",
dbg("%s: kzalloc for quatech_port (%d) failed!.",
__func__, i);
for (--i; i >= 0; i--) {
port = serial->port[i];
Expand Down

0 comments on commit ec02a4e

Please sign in to comment.