commit | 0a665859821c8416526abe6a855f04b94a12267d | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Dec 15 00:20:53 2011 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Dec 16 18:51:59 2011 -0800 |
tree | 0afd709f17e730618e181aff31c81dd2cce899fc | |
parent | 26e7f57ec0c3e831e97d11f622419f21857db915 [diff] |
mmc: msm_sdcc: Reduce stack pressure in debugfs code msmsdcc_dbg_state_read() allocates a 1024 byte array on the stack to fill in some debug information. There isn't more than a couple hundred bytes actually used though so reduce the on stack array to a more conservative value. This avoids problems with big stack frames in the kernel. Change-Id: I6ea03b843a31ece2c54b360bf144c97c02672c78 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>