From cb88d7384e5e05f90c1daa7750bdb467fd026261 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Tue, 27 Jan 2015 07:18:49 -0300 Subject: [PATCH] [media] smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined of_read_number() is defined in of.h but does not return an error code, so that non-of implementation could simply return an error. Temporarily work around this until of_read_number() can be replaced by of_property_read_u64_array(). Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed