commit | 631c03522a7c6617ed51b2e4c50099f02ba28ed6 | [log] [tgz] |
---|---|---|
author | Pratibhasagar V <pratibha@codeaurora.org> | Sun Jun 30 23:05:29 2013 +0530 |
committer | Pratibhasagar V <pratibha@codeaurora.org> | Tue Jul 02 15:57:50 2013 +0530 |
tree | 8eb901efda195e4ae08927dbca14b1c779e73935 | |
parent | 83322fe198bb3c48fb6e8c327777cf0c6f06d59b [diff] |
mtd: msm_qpic_nand: Fix compiler warning The compiler on MDM9x35 reported a compiler warning on this driver for uninitialized variable. So initialize the variable to a default value before accessing it. Change-Id: I9412f292aa2d2839db565d4e4c9f1e20881e521e Signed-off-by: Pratibhasagar V <pratibha@codeaurora.org>