Home
last modified time | relevance | path

Searched hist:"0385 c5ee3ca96bfe244610bf459abf66682ff202" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dappletouch.cdiff 0385c5ee3ca96bfe244610bf459abf66682ff202 Tue Apr 28 09:49:53 CDT 2009 Bob Copeland <me@bobcopeland.com> Input: appletouch - fix DMA to/from stack buffer

CONFIG_DMA_API_DEBUG spotted an instance of appletouch using
an array on the stack as a DMA buffer for certain hardware.
Change it to use a kmalloc()ed buffer instead.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>