commit | 51cd525dce018f298568d8e2e769b1a698ef91cd | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Jul 26 10:04:24 2010 +0100 |
committer | Matthew Garrett <mjg@redhat.com> | Tue Aug 03 09:50:31 2010 -0400 |
tree | ac07e343da1fb1f5c9ae4de15b5d6b751088300d | |
parent | 9dd3adeb00b14d4b3d106360e2e33272deab35f3 [diff] |
Fix stack buffer size for IPC writev messages The stack buffer for IPC messages was 16 bytes, limiting messages to a size of 4 (each message is 32 bit). However, the touch screen driver is trying to send messages of size 5.... (AC: Set to 20 bytes having checked the max size allowed) Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>