Re: [PATCH v2] Bluetooth: hci_qca: Improve controller ID info log level

2020-05-28 Thread Zijun Hu
On 5/28/2020 4:16 PM, Marcel Holtmann wrote: > Hi Zijun, > >> Controller ID info got by VSC EDL_PATCH_GETVER is very >> important, so improve its log level from DEBUG to INFO. >> >> Signed-off-by: Zijun Hu >> --- >> drivers/bluetooth/btqca.c | 12 >> 1 file changed, 8

Re: [PATCH v2] Bluetooth: hci_qca: Improve controller ID info log level

2020-05-28 Thread Marcel Holtmann
Hi Zijun, > Controller ID info got by VSC EDL_PATCH_GETVER is very > important, so improve its log level from DEBUG to INFO. > > Signed-off-by: Zijun Hu > --- > drivers/bluetooth/btqca.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git

Re: [PATCH v2] Bluetooth: hci_qca: Improve controller ID info log level

2020-05-27 Thread Matthias Kaehlcke
On Wed, May 27, 2020 at 10:57:09AM +0800, Zijun Hu wrote: > Controller ID info got by VSC EDL_PATCH_GETVER is very > important, so improve its log level from DEBUG to INFO. > > Signed-off-by: Zijun Hu > --- > drivers/bluetooth/btqca.c | 12 > 1 file changed, 8 insertions(+), 4

[PATCH v2] Bluetooth: hci_qca: Improve controller ID info log level

2020-05-26 Thread Zijun Hu
Controller ID info got by VSC EDL_PATCH_GETVER is very important, so improve its log level from DEBUG to INFO. Signed-off-by: Zijun Hu --- drivers/bluetooth/btqca.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/bluetooth/btqca.c