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

2020-05-28 Thread Matthias Kaehlcke
On Fri, May 29, 2020 at 03:42:54AM +0800, Zijun Hu wrote: > > > On 5/28/2020 11:17 PM, Matthias Kaehlcke wrote: > > On Thu, May 28, 2020 at 07:03:17PM +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. >

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

2020-05-28 Thread Zijun Hu
On 5/28/2020 11:17 PM, Matthias Kaehlcke wrote: > On Thu, May 28, 2020 at 07:03:17PM +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 > > Please add the tags from earlier ve

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

2020-05-28 Thread Matthias Kaehlcke
On Thu, May 28, 2020 at 07:03:17PM +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 Please add the tags from earlier version unless the new patch has substantial changes. Reviewe

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

2020-05-28 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 b/drivers/bluetooth/btqc