On Wed, May 12, 2010 at 06:40:21PM -0400, Prarit Bhargava wrote: > When doing a checkstack compile the following error is seen > > drivers/usb/storage/isd200.c: In function 'isd200_action': > drivers/usb/storage/isd200.c:580: warning: the frame size of 2192 bytes is larger than 2048 bytes > > This is because a scsi_device struct is allocated on the stack. This patch > makes the allocation dynamic. > > Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> > > diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c This patch doesn't apply, what kernel version did you make it against? Care to redo it against linux-next and resend it to me? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html