]> git.karo-electronics.de Git - karo-tx-linux.git/commit
of: base, fix of_property_read_string_helper kernel-doc
authorJiri Slaby <jslaby@suse.cz>
Fri, 21 Nov 2014 12:23:09 +0000 (13:23 +0100)
committerGrant Likely <grant.likely@linaro.org>
Thu, 27 Nov 2014 17:21:21 +0000 (17:21 +0000)
commite99010edb37f5d5bca6a4d4b78d74cddfc0fc5a4
tree3866f2f66d50f82ca1dce8323902b227cff2b2b3
parent65d473b8007b4ef9f2a5e52f39c52d2141dfd421
of: base, fix of_property_read_string_helper kernel-doc

It referenced of_property_read_string_util whereas the function name
is of_property_read_string_helper.

Introduced in a87fa1d81a9fb5e9adca9820e16008c40ad09f33 (of: Fix
overflow bug in string property parsing functions). Found out when
reviewing the stable 3.12 queue.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/base.c