commit | 7d3cca75c169710048b0fea08522f635efcea893 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Apr 21 00:51:21 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 16:24:53 2020 -0700 |
tree | 9ab6875ddead82454030d5fdd171ce7ef69f98de | |
parent | d2af1420cbc84f5eabcca6b667d7fb2339c398e2 [diff] |
net: bcmgenet: Drop too many parentheses in bcmgenet_probe() No need to have parentheses around plain pointer variable or negation operator. Drop them for good. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>