| commit | 524e230c295e795e50a7a346c33199fc29b9af6f | [log] [tgz] |
|---|---|---|
| author | Amy Maloche <amaloche@codeaurora.org> | Mon Apr 29 10:40:41 2013 -0700 |
| committer | Shantanu Jain <shjain@codeaurora.org> | Thu May 23 19:32:11 2013 +0530 |
| tree | 11641148a88ccad5593b79254802a4dc9a237ccc | |
| parent | 72dfae260a961a91c6d0cf0811b77809514f86fb [diff] |
input: synaptics_i2c_rmi4: allocate memory for interrupt status In synaptics_rmi4_i2c_read, intr_status is a char variant. So if num_of_intr_regs > 1, then intr_status will write 2 bytes. This will destroy the stack, so avoid it. Change-Id: I5c16e491a84d3f8dd96a11810c060944a457b99a Signed-off-by: Amy Maloche <amaloche@codeaurora.org>