
4 Jul
2013
4 Jul
'13
12:12 a.m.
On 07/02/2013 10:11:49 PM, Josh Wu wrote:
if (!get_onfi_ecc_param(chip, cap, sector_size))
MTDDEBUG(MTD_DEBUG_LEVEL1, "ONFI params,
minimum required ECC: %d bits in %d bytes\n",
*cap, *sector_size);
Use braces around multi-line if/loop bodies, even if it's a single statement.
Otherwise, ACK this patchset.
-Scott