aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2021-10-20 13:08:45 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-03 14:29:41 +0000
commit1561ecf8636c9f5fc6f52a9a30cb3ca744dae9a5 (patch)
tree93a7209afc1dad716905d2ee8a5bb2edf483762d
parentf55fe60227134432d64951129d02d50b95898b41 (diff)
Bug-AGL:SPEC-4116 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ic5a2f88a3d17743e960d38b0553e735a5b001867 (cherry picked from commit 6191be9c1e4b628f60ccaeabcef2aaa9de00800b)
-rw-r--r--binding/radio_impl_kingfisher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/radio_impl_kingfisher.c b/binding/radio_impl_kingfisher.c
index 8ecd5f1..e906140 100644
--- a/binding/radio_impl_kingfisher.c
+++ b/binding/radio_impl_kingfisher.c
@@ -112,7 +112,7 @@ static int kf_probe(void)
if(present)
return 0;
- // Check for Kingfisher SI486x devicetree node
+ // Check for Kingfisher SI468x devicetree node
if(stat(SI_NODE, &statbuf) != 0)
return -1;