commit | a7af6062f7564a7f452d4479b5ead43bdea7e3b5 | [log] [tgz] |
---|---|---|
author | Krishna Konda <kkonda@codeaurora.org> | Thu Sep 01 18:34:38 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Tue Oct 04 17:14:09 2011 -0700 |
tree | 0e11aeda77d4be38b123b87975715597865808a2 | |
parent | 065e8ff2cd92a4ab2c83801f3f67c54f4c2739ef [diff] |
msm: sdio: Keep certain messages in a local buffer While logging to the kernel log, keep the last 20 or so messages in a local buffer. This can be accessed by debugfs or through a crash dump. This is useful when there is heavy logging to the kernel log and sdio messages are lost. Signed-off-by: Krishna Konda <kkonda@codeaurora.org>