commit | bbf4976e7715da4a3e3599a500eb20d6be8b5046 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Jul 15 11:59:43 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 25 12:01:12 2013 -0700 |
tree | c7011166ad59ee60c9db93aa10ce5dd5c8f0d82b | |
parent | f4d844cb6c073998db0c7fe3d76c6c070333054e [diff] |
usbtmc: remove redundant braces There is a few cases where braces are not needed. This patch removes unnecessary '& 255' pieces as well when lvalue type is u8. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>