usb_gigaset: don't kmalloc(0)
authorTilman Schmidt <tilman@imap.cc>
Wed, 9 May 2007 03:27:03 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 03:41:14 +0000 (20:41 -0700)
commit21d364954f5a2a97b4e378f34a13fbf296aa16ec
tree75d507fe9ffc5032189d3f3f683044528571e46f
parentb590d2baf17f8890f648e76436abdb8674d564eb
usb_gigaset: don't kmalloc(0)

Zero-sized allocations are pointless anyway, and the SLUB allocator
complains about them, so stop doing that.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Hansjoerg Lipp <hjlipp@web.de>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/gigaset/usb-gigaset.c