Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115822
b: refs/heads/master
c: b887265
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 17, 2008
1 parent b26927a commit a46845b
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: 899ef6e7cf2f057fcfd8071b36de04117313242b
refs/heads/master: b887265c165f94917d0f565b1883a6e7b3c8388c
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/alauda.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ static int alauda_probe(struct usb_interface *interface,
al[0].port = ALAUDA_PORT_XD;
al[1].port = ALAUDA_PORT_SM;

info("alauda probed");
dev_info(&interface->dev, "alauda probed\n");
alauda_check_media(al);
alauda_check_media(al+1);

Expand All @@ -716,7 +716,7 @@ static void alauda_disconnect(struct usb_interface *interface)
if (al)
kref_put(&al->kref, alauda_delete);

info("alauda gone");
dev_info(&interface->dev, "alauda gone");
}

static struct usb_driver alauda_driver = {
Expand Down

0 comments on commit a46845b

Please sign in to comment.