Re: [PATCH] usb: typec: tps6598x: Check mode of operation

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

 



On 02/14/2019 03:12 PM, Heikki Krogerus wrote:

>>> +static int tps6598x_check_mode(struct tps6598x *tps)
>>> +{
>>> +	char mode[5] = { };
>>> +	int ret;
>>> +
>>> +	ret = tps6598x_read32(tps, TPS_REG_MODE, (void *)mode);
>>
>>    Casting pointers to 'void *' happens automagically, doesn't i?
> 
> The third parameter in tps6598x_read32() is 'u32 *'.

   Then why cast to 'void *'?

> thanks,

MBR, Sergei




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux