Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5291
b: refs/heads/master
c: ba5bb6b
h: refs/heads/master
i:
  5289: 5bb1cd9
  5287: 2b915b2
v: v3
  • Loading branch information
Pavel Roskin authored and Linus Torvalds committed Jul 28, 2005
1 parent 3bd77e9 commit ba1975e
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: 698e22c4bf7dad25d63f5c2ec6ca07047579c434
refs/heads/master: ba5bb6b58490693fb9b5de3ffee48c6dc9ae0d6c
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ static void pcmcia_check_driver(struct pcmcia_driver *p_drv)
u32 hash;

if (!p_drv->attach || !p_drv->event || !p_drv->detach)
printk(KERN_DEBUG "pcmcia: %s does misses a callback function",
p_drv->drv.name);
printk(KERN_DEBUG "pcmcia: %s lacks a requisite callback "
"function\n", p_drv->drv.name);

while (did && did->match_flags) {
for (i=0; i<4; i++) {
Expand Down

0 comments on commit ba1975e

Please sign in to comment.