Re: [PATCH 2/6] phy: qcom-qusb2: Fix crash if nvmem cell not specified

2018-03-20 Thread Vivek Gautam
Hi Manu, On 3/16/2018 3:14 PM, Manu Gautam wrote: Driver currently crashes due to NULL pointer deference while updating PHY tune register if nvmem cell is NULL. Since, fused value for Tune1/2 register is optional, we'd rather bail out. fixes: ("ca04d9d3e1b1 phy: qcom-qusb2: New driver for

Re: [PATCH 2/6] phy: qcom-qusb2: Fix crash if nvmem cell not specified

2018-03-20 Thread Vivek Gautam
Hi Manu, On 3/16/2018 3:14 PM, Manu Gautam wrote: Driver currently crashes due to NULL pointer deference while updating PHY tune register if nvmem cell is NULL. Since, fused value for Tune1/2 register is optional, we'd rather bail out. fixes: ("ca04d9d3e1b1 phy: qcom-qusb2: New driver for

[PATCH 2/6] phy: qcom-qusb2: Fix crash if nvmem cell not specified

2018-03-16 Thread Manu Gautam
Driver currently crashes due to NULL pointer deference while updating PHY tune register if nvmem cell is NULL. Since, fused value for Tune1/2 register is optional, we'd rather bail out. Signed-off-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qusb2.c | 4 1 file

[PATCH 2/6] phy: qcom-qusb2: Fix crash if nvmem cell not specified

2018-03-16 Thread Manu Gautam
Driver currently crashes due to NULL pointer deference while updating PHY tune register if nvmem cell is NULL. Since, fused value for Tune1/2 register is optional, we'd rather bail out. Signed-off-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qusb2.c | 4 1 file changed, 4