]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER support
authorMichal Nazarewicz <mina86@mina86.com>
Mon, 18 Jun 2012 12:37:19 +0000 (14:37 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 22 Jun 2012 10:19:22 +0000 (13:19 +0300)
commitca224f7f505a3c9cdabc00111f9bcfa38bc0e81f
tree13f192b9ff3a48c977c3dcb6d3cac5db9f084ec8
parent2157ebe60a60c9c0cb46c494feda1beb898881c4
usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER support

Since f_mass_storage stopped using FSG_BUFFHD_STATIC_BUFFER (because it
caused buffers not to be page aligned which did not work well with at
least some UDCs), no code was using it.  Removing not to bloat the code
too much.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/storage_common.c