Re: [PATCH v2] brmcfmac: fix compile when DEBUG is defined

2020-12-07 Thread Kalle Valo
hby wrote: > The steps: > 1. add "#define DEBUG" in > drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c line 61. > 2. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=../Out_Linux > bcm2835_defconfig > 3. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=../Out_Linux/ zImage >

[PATCH v2] brmcfmac: fix compile when DEBUG is defined

2020-11-24 Thread hby
The steps: 1. add "#define DEBUG" in drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c line 61. 2. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=../Out_Linux bcm2835_defconfig 3. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=../Out_Linux/ zImage modules dtbs -j8 Then, it will

Re: [PATCH v2] brmcfmac: fix compile when DEBUG is defined

2020-11-23 Thread Kalle Valo
hby writes: > I am sorry for the HTML email, and I change the email client. The > patch update. > > From b87d429158b4efc3f6835828f495a261e17d5af4 Mon Sep 17 00:00:00 2001 > From: hby > Date: Tue, 24 Nov 2020 09:16:24 +0800 > Subject: [PATCH] brmcfmac: fix compile when DEBUG is defined > > The

Re: [PATCH v2] brmcfmac: fix compile when DEBUG is defined

2020-11-23 Thread hby
I am sorry for the HTML email, and I change the email client. The patch update. From b87d429158b4efc3f6835828f495a261e17d5af4 Mon Sep 17 00:00:00 2001 From: hby Date: Tue, 24 Nov 2020 09:16:24 +0800 Subject: [PATCH] brmcfmac: fix compile when DEBUG is defined The steps: 1. add "#define DEBUG"