]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bas_gigaset: correctly allocate USB interrupt transfer buffer
authorTilman Schmidt <tilman@imap.cc>
Wed, 15 Apr 2009 10:25:43 +0000 (03:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 2 May 2009 17:56:33 +0000 (10:56 -0700)
commite555465a98d259a923999245010c45f46a823b68
tree9ff850d152ab771d9f2fbd8f5353007e08b3c4a2
parentaa9c1ad9dedf3608e1449c65579001b27e573e18
bas_gigaset: correctly allocate USB interrupt transfer buffer

[ Upstream commit 170ebf85160dd128e1c4206cc197cce7d1424705 ]

Every USB transfer buffer has to be allocated individually by kmalloc.

Impact: bugfix, no functional change

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Tested-by: Kolja Waschk <kawk@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/isdn/gigaset/bas-gigaset.c