]> Git Repo - linux.git/commit
usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier
authorRex Nie <[email protected]>
Wed, 30 Oct 2024 13:36:32 +0000 (21:36 +0800)
committerGreg Kroah-Hartman <[email protected]>
Tue, 5 Nov 2024 12:54:54 +0000 (13:54 +0100)
commit029778a4fd2c90c2e76a902b797c2348a722f1b8
tree24c933439251280d99eda6bc89271dcc065adca9
parent498dbd9aea205db9da674994b74c7bf8e18448bd
usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier

If the read of USB_PDPHY_RX_ACKNOWLEDGE_REG failed, then hdr_len and
txbuf_len are uninitialized. This commit stops to print uninitialized
value and misleading/false data.

Cc: [email protected]
Fixes: a4422ff22142 (" usb: typec: qcom: Add Qualcomm PMIC Type-C driver")
Signed-off-by: Rex Nie <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Acked-by: Bryan O'Donoghue <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c
This page took 0.046168 seconds and 4 git commands to generate.