[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151026144854.GC12277@leverpostej>
Date: Mon, 26 Oct 2015 14:48:54 +0000
From: Mark Rutland <mark.rutland@....com>
To: John Garry <john.garry@...wei.com>
Cc: JBottomley@...n.com, robh+dt@...nel.org, pawel.moll@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org, arnd@...db.de,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linuxarm@...wei.com,
john.garry2@...l.dcu.ie, hare@...e.de, xuwei5@...ilicon.com,
zhangfei.gao@...aro.org
Subject: Re: [PATCH v2 05/32] scsi: hisi_sas: scan device tree
> + sas_addr_prop = of_find_property(np, "sas-addr", NULL);
> + if (!sas_addr_prop || (sas_addr_prop->length != SAS_ADDR_SIZE))
> + goto err_out;
> + memcpy(hisi_hba->sas_addr, sas_addr_prop->value, SAS_ADDR_SIZE);
This was not in the binding.
What is this?
Thanks,
Mark.
--
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