On Tue, Jul 23, 2013 at 5:28 AM, Tejun Heo wrote:
> Hello, Xiaotian.
>
> Thanks for the fix. A couple comments below.
>
> On Wed, Jul 17, 2013 at 02:10:39PM +0800, Xiaotian Feng wrote:
>> for (i = 0; i < host->n_ports; i++) {
>> struct ahci_port_priv *pp = host->ports[i]->priv
Hello, Xiaotian.
Thanks for the fix. A couple comments below.
On Wed, Jul 17, 2013 at 02:10:39PM +0800, Xiaotian Feng wrote:
> for (i = 0; i < host->n_ports; i++) {
> struct ahci_port_priv *pp = host->ports[i]->private_data;
> + const char *desc;
>
> +
Hello.
On 16-07-2013 9:18, Xiaotian Feng wrote:
commit b29900e6 introuded a regression, which resulted Null pointer
Please also specify that commit's summary in parens.
dereference for achi host with dummy ports. For ahci ports, when the
port is dummy port, its private_data will be NULL,
3 matches
Mail list logo