commit | 7c4734dad511cff63dcce3a258c2e2dcde7e8ee7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Mar 27 14:48:36 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:17:43 2016 -0400 |
tree | 4833b2e96d1b0e787003a82970ac1e97e7c7fb10 | |
parent | b062146cc647fa86ea87440aac0548a896149968 [diff] |
jffs2: Fix set but not used warning We only use 'ofs' in jffs2_sum_scan_sumnode when debugging as it's part of a dbg_summary call. Mark this as __maybe_unused. Signed-off-by: Tom Rini <trini@konsulko.com>