mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-10 01:02:50 +00:00
Fix: extraneous parentheses
This commit is contained in:
parent
a7debd9261
commit
260141f339
@ -3002,7 +3002,7 @@ int rtw_mp_link(struct net_device *dev,
|
|||||||
/* tmp[0],[1],[2] */
|
/* tmp[0],[1],[2] */
|
||||||
/* txdata,00e04c871200........... */
|
/* txdata,00e04c871200........... */
|
||||||
if (strcmp(tmp[0], "txdata") == 0) {
|
if (strcmp(tmp[0], "txdata") == 0) {
|
||||||
if ((tmp[1] == NULL)) {
|
if (tmp[1] == NULL) {
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user