From: Andrew de Quincey Date: Mon, 1 Jun 2009 23:13:02 +0000 (-0700) Subject: Patch: Fix N770 brf6150 bluetooth driver X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~18^2~2^2^2~2^2^2^2^2~16^2^2~8^2^2~7^2~122 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9023d6fa335c5dc49d67c142a1bd78877829999;p=pandora-kernel.git 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 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed