From: Rene Herman Date: Thu, 13 Apr 2006 10:57:11 +0000 (+0200) Subject: [ALSA] continue on IS_ERR from platform device registration X-Git-Tag: v2.6.17-rc4~104^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a182ee9876c7826d0b8f7789cb5c38c5bfbec441;p=pandora-kernel.git [ALSA] continue on IS_ERR from platform device registration I previously only concerned myself with sound/isa. When I now checked for more platform_device_register_simple() usages in ALSA I found a couple more drivers that needed the same patches as already submitted for all the ISA drivers. This first one is the continue-on-iserr patch for sound/drivers. This gets them all. Signed-off-by: Rene Herman Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed