11 Sep
2012
11 Sep
'12
3:19 a.m.
On Mon, Sep 10, 2012 at 05:02:55PM -0500, Timur Tabi wrote:
A platform can be matched by either a string name or a device tree node pointer, so we can't assume that dai_link->platform_name is valid. Fix an error message in soc_bind_dai_link() to use the device tree node name if the platform name is null.
Applied, but please avoid the use of the ternery operator in future.