[alsa-devel] [PATCH] sound: fix incorrect use of platform_device_register()
Takashi Iwai
tiwai at suse.de
Mon Apr 23 11:55:23 CEST 2007
At Sat, 21 Apr 2007 16:23:39 +0900,
Akinobu Mita wrote:
>
> The platform_device allocated by platform_device_alloc()
> should be added to the device hierarchy by platform_device_add()
> instead of platform_device_register().
>
> Otherwise it will hit WARN_ON() in platform_device_register().
> by illegal refcount.
>
> This patch fixes such incorrect usages in portman2x4 and mts64 drivers.
> Also it removes unnecessary trailing whitespaces.
>
> Cc: Jaroslav Kysela <perex at suse.cz>
> Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com>
Thanks, applied to ALSA tree now.
Takashi
More information about the Alsa-devel
mailing list