On Thu, Nov 5, 2015 at 8:31 PM, David Miller <da...@davemloft.net> wrote: > From: Andy Shevchenko <andy.shevche...@gmail.com> > Date: Thu, 5 Nov 2015 20:13:21 +0200 > >> What about >> >> if (!addr) >> return -ENODATA; > > I totally disagree. of_get_phy_mode() and other similar attribute > probing mechanisms use -ENODEV.
Okay, then just if (!addr) return -ENODEV; -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/