From: Tilman Schmidt Date: Wed, 9 May 2007 03:27:03 +0000 (-0700) Subject: usb_gigaset: don't kmalloc(0) X-Git-Tag: v2.6.22-rc1~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d364954f5a2a97b4e378f34a13fbf296aa16ec;p=pandora-kernel.git 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 Signed-off-by: Hansjoerg Lipp Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed