Re: [PATCH 1/4] staging: typec: Replace pd_header_cnt with pd_header_cnt_le

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/11/2017 03:53 AM, ? ? wrote:
From: Pan Li <incarnation.p.lee@xxxxxxxxxxx>

     Convertn __le to cpu type when access pd_header count.

Signed-off-by: Pan Li <incarnation.p.lee@xxxxxxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

---
  drivers/staging/typec/tcpci.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/typec/tcpci.c b/drivers/staging/typec/tcpci.c
index df72d8b..2adb543 100644
--- a/drivers/staging/typec/tcpci.c
+++ b/drivers/staging/typec/tcpci.c
@@ -287,7 +287,7 @@ static int tcpci_pd_transmit(struct tcpc_dev *tcpc,
  	unsigned int reg, cnt, header;
  	int ret;
- cnt = msg ? pd_header_cnt(msg->header) * 4 : 0;
+	cnt = msg ? pd_header_cnt_le(msg->header) * 4 : 0;
  	ret = regmap_write(tcpci->regmap, TCPC_TX_BYTE_CNT, cnt + 2);
  	if (ret < 0)
  		return ret;


_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux