]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix incorrect stable backport to bas_gigaset
authorTilman Schmidt <tilman@imap.cc>
Tue, 25 Aug 2009 15:35:56 +0000 (17:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 15:11:45 +0000 (08:11 -0700)
commit18494baca2fd31e6203be2ae9c572c86667da1b1
tree600b7c8e5196adb0703959ece0e86cb293c6029d
parent54cd9c84498433f1800ad47445428d3e33d75188
Fix incorrect stable backport to bas_gigaset

bas_gigaset: correctly allocate USB interrupt transfer buffer

[ Upstream commit 170ebf85160dd128e1c4206cc197cce7d1424705 ]

This incorrect backport to 2.6.28.10 placed some code into the probe function
which used a pointer before it was initialized. Moving this to the correct
place (as it is in upstream).

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Steve Conklin <steve.conklin@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/isdn/gigaset/bas-gigaset.c