lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 04 Dec 2013 09:37:55 +0800
From:	Chris Ruehl <chris.ruehl@...ys.com.hk>
To:	Marc Kleine-Budde <mkl@...gutronix.de>
CC:	peter.chen@...escale.com, gregkh@...uxfoundation.org,
	linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3 v4] usb: chipidea: Reallocate regmap only if lpm is
 detected

>> @@ -642,6 +643,10 @@ static int ci_hdrc_probe(struct platform_device *pdev)
>>   			: CI_ROLE_GADGET;
>>   	}
>>
>> +	/* only update vbus status for peripheral */
>> +	if (ci->role == CI_ROLE_GADGET)
>> +		ci_handle_vbus_change(ci);
>> +
>
> This change seems unrelated to me.
>
> Marc

My fault I test a patch from Fabio on the wrong working branch. I must be
more careful.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ