From 243ec0909af052d3f420dd6a4d4376e68346d95c Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Tue, 6 Aug 2013 14:17:42 +0300 Subject: [PATCH] i2c: tiny-usb: do not use stack as URB transfer_buffer Patch fixes i2c-tiny-usb not to use stack as URB transfer_buffer. URB buffers need to be DMA-able, which stack is not. Patch is only compile tested. Signed-off-by: Jussi Kivilinna Signed-off-by: Wolfram Sang --- Reading git-format-patch failed