commit | 21d364954f5a2a97b4e378f34a13fbf296aa16ec | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Tue May 08 20:27:03 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 20:41:14 2007 -0700 |
tree | 75d507fe9ffc5032189d3f3f683044528571e46f | |
parent | b590d2baf17f8890f648e76436abdb8674d564eb [diff] |
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>