commit | 8cd1f9d01cbf4f46eace90d9792e65a209c37d31 | [log] [tgz] |
---|---|---|
author | Andreas Werner <andreas.werner@men.de> | Tue May 03 12:42:02 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 03 15:52:28 2016 -0700 |
tree | c272451721fc5ca78663dbf2475f9986206ac60a | |
parent | f75564d343010b025301d9548f2304f48eb25f01 [diff] |
mcb: Delete num_cells variable which is not required The num_cells variable is only used in the dev_dbg print, but we can directly use the ret variable which also includes the same value. Signed-off-by: Andreas Werner <andreas.werner@men.de> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>