]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3a36885ab92775f1a0ef8cbba00f0040918ba1da
tree425bb3d66554d10f45138795335545615cace048
parented49ea605204d1d55986547ab5d36d985ddcfba4
[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