Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337103
b: refs/heads/master
c: 351be7c
h: refs/heads/master
i:
  337101: 8b8899f
  337099: 067ad24
  337095: d8bc11c
  337087: 779650b
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent a7baae9 commit 1d6d4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3818a1427125c3f7fb408201eb9af826e93bdc42
refs/heads/master: 351be7c9facb78b5b0f0d93fb70cd28180b61970
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/ni_daq_dio24.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int dio24_cs_attach(struct pcmcia_device *link)
{
struct local_info_t *local;

printk(KERN_INFO "ni_daq_dio24: HOLA SOY YO - CS-attach!\n");
dev_info(&link->dev, "ni_daq_dio24: HOLA SOY YO - CS-attach!\n");

dev_dbg(&link->dev, "dio24_cs_attach()\n");

Expand Down Expand Up @@ -242,7 +242,7 @@ static void dio24_config(struct pcmcia_device *link)
{
int ret;

printk(KERN_INFO "ni_daq_dio24: HOLA SOY YO! - config\n");
dev_info(&link->dev, "ni_daq_dio24: HOLA SOY YO! - config\n");

dev_dbg(&link->dev, "dio24_config\n");

Expand All @@ -265,7 +265,7 @@ static void dio24_config(struct pcmcia_device *link)
return;

failed:
printk(KERN_INFO "Fallo");
dev_info(&link->dev, "Fallo");
dio24_release(link);

} /* dio24_config */
Expand Down

0 comments on commit 1d6d4ce

Please sign in to comment.