[Bluetooth] Fix firmware loading problem of BT3C driver
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 13 Feb 2006 10:40:07 +0000 (11:40 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 13 Feb 2006 10:40:07 +0000 (11:40 +0100)
commit9225806386e398eeba46958a7befa017bda73f58
tree425bb3d66554d10f45138795335545615cace048
parent7b005bd34c895ebeefd1c62f90a329730b88946b
[Bluetooth] Fix firmware loading problem of BT3C driver

Before the PCMCIA subsystem was fully integrated into the device and
driver model, the BT3C driver had to workaround this when loading the
firmware. This workaround is broken and makes the driver oops when
loading the firmware. This patch removes this workaround and uses now
the provided device structure from the PCMCIA subsystem.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bt3c_cs.c