19 Mar, 2012

3 commits


17 Mar, 2012

1 commit

  • of_parse_phandle() returns NULL either if the property name
    itself does not exist or if it (exists and) does not
    reference a valid phandle.
    Giving out a warn like the one below (that the property references
    an invalid phandle) can be confusing when the property itself
    does not exist in the node.
    Fix it with a more sensible message and make it a dev_dbg instead
    of a dev_warn.

    Reported-by: Tomi Valkeinen
    Signed-off-by: Rajendra Nayak
    Signed-off-by: Mark Brown

    Rajendra Nayak
     

14 Mar, 2012

12 commits


12 Mar, 2012

24 commits