Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4372
b: refs/heads/master
c: 2ffe6e2
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Roskin authored and Linus Torvalds committed Jul 8, 2005
1 parent 5698b0c commit ab4cb98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a00db1ba7c33619cbd7c3153e4746d15881c0383
refs/heads/master: 2ffe6e280f792790c39f241e7e3c5d2ef8da1b94
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/pcmcia/nsp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,10 @@ static int __init nsp_cs_init(void)

nsp_msg(KERN_INFO, "loading...");
pcmcia_get_card_services_info(&serv);
if (serv.Revision != CS_RELEASE_CODE) {
nsp_msg(KERN_DEBUG, "Card Services release does not match!");
return -EINVAL;
}
register_pcmcia_driver(&dev_info, &nsp_cs_attach, &nsp_cs_detach);

nsp_dbg(NSP_DEBUG_INIT, "out");
Expand Down

0 comments on commit ab4cb98

Please sign in to comment.