Commit 64d94cd3 authored by Manoj Sawai's avatar Manoj Sawai Committed by Greg Kroah-Hartman
Browse files

Staging: ks7010: ks7010_sdio.h: Complex macro not in parentheses



Fixed coding style error. Complex macro not inside parentheses.

Signed-off-by: default avatarManoj Sawai <mas@iitkgp.ac.in>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8315388d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@

/* AHB Data Window  0x010000-0x01FFFF */
#define DATA_WINDOW		0x010000
#define WINDOW_SIZE		64*1024
#define WINDOW_SIZE		(64 * 1024)

#define KS7010_IRAM_ADDRESS	0x06000000