Patch: Fix N770 brf6150 bluetooth driver
authorAndrew de Quincey <adq_dvb@lidskialf.net>
Mon, 1 Jun 2009 23:13:02 +0000 (16:13 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 1 Jun 2009 23:13:02 +0000 (16:13 -0700)
commitc9023d6fa335c5dc49d67c142a1bd78877829999
treed483864028b10aad038862773052d878a8186ecf
parentf31ab31f85f96556f08b8e9fb02bbeb21b756fe2
Patch: Fix N770 brf6150 bluetooth driver

This driver has the same problem as the cbus drivers - mismatch
between platform_device and non-platform driver APIs.

Switching it to use platform_driver removes the random corruption and
badness I was seeing on boot.

commit e6dce93304c6c692e187b95eaea227cfe3cb3317
Author: Andrew de Quincey <adq@lidskialf.net>
Date:   Sat May 23 18:37:25 2009 +0100

    Fix brf6150.c platform_device breakage

    This driver has the mismatch between platform_devices and non-platform drivers.
    Switch it to use platform_driver as well.

Signed-off-by: Andrew de Quincey <adq@lidskialf.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bluetooth/brf6150.c