Revision fa6469cb5b2d16703464c344b943e2c025cb7858 authored by Florian Fainelli on 26 November 2010, 09:39:54 UTC, committed by Samuel Ortiz on 22 December 2010, 11:05:20 UTC
rdc321x-gpio currently fetches its driver specific data by using the
platform_device->platform_data pointer, this is wrong because the mfd
device which registers our platform_device has been added using
mfd_add_device() which sets the platform_device->driver_data pointer
instead.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
CC: stable@kernel.org
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent 90a8a73
History
File Mode Size
Makefile -rw-r--r-- 928 bytes
emu8000.c -rw-r--r-- 35.7 KB
emu8000_callback.c -rw-r--r-- 13.2 KB
emu8000_local.h -rw-r--r-- 1.6 KB
emu8000_patch.c -rw-r--r-- 7.4 KB
emu8000_pcm.c -rw-r--r-- 16.9 KB
emu8000_synth.c -rw-r--r-- 3.3 KB
jazz16.c -rw-r--r-- 10.5 KB
sb16.c -rw-r--r-- 19.9 KB
sb16_csp.c -rw-r--r-- 32.7 KB
sb16_main.c -rw-r--r-- 26.7 KB
sb8.c -rw-r--r-- 7.1 KB
sb8_main.c -rw-r--r-- 18.2 KB
sb8_midi.c -rw-r--r-- 8.3 KB
sb_common.c -rw-r--r-- 7.2 KB
sb_mixer.c -rw-r--r-- 28.5 KB
sbawe.c -rw-r--r-- 38 bytes

back to top