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

2020-06-01 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 > --- > Changes in v4: > - correct coding style of qca_read_soc_version() > > Changes in v3: > - correct coding style > > Changes in v2: > -

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

2020-05-29 Thread Matthias Kaehlcke
On Fri, May 29, 2020 at 10:46:13PM +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 As requested earlier, please add the tags from previous versions (in this case my

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

2020-05-29 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 --- Changes in v4: - correct coding style of qca_read_soc_version() Changes in v3: - correct coding style Changes in v2: - adjust controller ID info print