diff options
-rw-r--r-- | drivers/of/dynamic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index c1002b7be786..54fecc49a1fe 100644 --- a/drivers/of/dynamic.c +++ b/drivers/of/dynamic.c | |||
@@ -259,7 +259,7 @@ struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) | |||
259 | 259 | ||
260 | /* | 260 | /* |
261 | * NOTE: There is no check for zero length value. | 261 | * NOTE: There is no check for zero length value. |
262 | * In case of a boolean property This will allocate a value | 262 | * In case of a boolean property, this will allocate a value |
263 | * of zero bytes. We do this to work around the use | 263 | * of zero bytes. We do this to work around the use |
264 | * of of_get_property() calls on boolean values. | 264 | * of of_get_property() calls on boolean values. |
265 | */ | 265 | */ |