Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289474
b: refs/heads/master
c: 656d2b3
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent ba96cbb commit f1ae9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6d161b99f875269ad4ffa44375e1e54bca6fd02e
refs/heads/master: 656d2b3964a9d0f9864d472f8dfa2dd7dd42e6c0
3 changes: 2 additions & 1 deletion trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,8 @@ static int ftdi_8u2232c_probe(struct usb_serial *serial)

dbg("%s", __func__);

if (strcmp(udev->manufacturer, "CALAO Systems") == 0)
if ((udev->manufacturer) &&
(strcmp(udev->manufacturer, "CALAO Systems") == 0))
return ftdi_jtag_probe(serial);

return 0;
Expand Down

0 comments on commit f1ae9e4

Please sign in to comment.