diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2007-02-21 08:47:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-23 17:52:09 -0500 |
commit | dfe461aef0d621d8472d0af343ae8a60866a7a8a (patch) | |
tree | 7ab7d45113ac74bc3b6e7df8685991052d04a8d7 /drivers/pcmcia/hd64465_ss.c | |
parent | d56c3eae6753f53d3313b926dcdda38c6c9bbe9b (diff) |
Driver core: more fallout from class_device changes for pcmcia
More fallout from the PCMCIA class_device changes.
The first hunk is run-tested on SH-4, the others are converted
in the spirit of the original conversion.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pcmcia/hd64465_ss.c')
-rw-r--r-- | drivers/pcmcia/hd64465_ss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/hd64465_ss.c b/drivers/pcmcia/hd64465_ss.c index caca0dc9d30f..f2e810f53c81 100644 --- a/drivers/pcmcia/hd64465_ss.c +++ b/drivers/pcmcia/hd64465_ss.c | |||
@@ -907,7 +907,7 @@ static int __init init_hs(void) | |||
907 | 907 | ||
908 | for (i=0; i<HS_MAX_SOCKETS; i++) { | 908 | for (i=0; i<HS_MAX_SOCKETS; i++) { |
909 | unsigned int ret; | 909 | unsigned int ret; |
910 | hs_sockets[i].socket.dev.dev = &hd64465_device.dev; | 910 | hs_sockets[i].socket.dev.parent = &hd64465_device.dev; |
911 | hs_sockets[i].number = i; | 911 | hs_sockets[i].number = i; |
912 | ret = pcmcia_register_socket(&hs_sockets[i].socket); | 912 | ret = pcmcia_register_socket(&hs_sockets[i].socket); |
913 | if (ret && i) | 913 | if (ret && i) |