projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9156681
)
net: wireless: bcmdhd: remove unnecessary message
45/250445/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 28 Dec 2020 00:10:00 +0000
(09:10 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 28 Dec 2020 00:10:00 +0000
(09:10 +0900)
Remove unnecessary message when run "make clean".
- bcm SDIO driver configured
Change-Id: Ie0a48857c709a00f2aa73b425ad8f434fddf959e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/net/wireless/bcmdhd/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcmdhd/Makefile
b/drivers/net/wireless/bcmdhd/Makefile
index
352b9ad
..
27335ce
100644
(file)
--- a/
drivers/net/wireless/bcmdhd/Makefile
+++ b/
drivers/net/wireless/bcmdhd/Makefile
@@
-4,7
+4,6
@@
# if not confiure pci mode, we use sdio mode as default
ifeq ($(CONFIG_BCMDHD_PCIE),)
-$(info bcm SDIO driver configured)
CONFIG_DHD_USE_STATIC_BUF :=y
endif