staging: brcm80211: clean up checkpatch error
A checkpatch error was introduced in following commit: 0f22b8a staging: brcm80211: remove MMC_SDIO_ABORT macro definition The patch gets rid of the error. Reviewed-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
cdaa898b5e
commit
8fbc6dda1b
1 changed files with 1 additions and 2 deletions
|
@ -567,8 +567,7 @@ brcmf_sdioh_request_byte(struct sdioh_info *sd, uint rw, uint func,
|
|||
sdio_writeb(gInstance->func[func], *byte,
|
||||
regaddr, &err_ret);
|
||||
sdio_release_host(gInstance->func[func]);
|
||||
}
|
||||
else if (regaddr < 0xF0) {
|
||||
} else if (regaddr < 0xF0) {
|
||||
sd_err(("brcmf: F0 Wr:0x%02x: write "
|
||||
"disallowed\n", regaddr));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue