aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2021-10-20 13:08:45 +0800
committerduerpei <duep.fnst@fujitsu.com>2021-10-20 13:08:45 +0800
commit6191be9c1e4b628f60ccaeabcef2aaa9de00800b (patch)
tree621075939d8e4f4f3267e8c3bfcca5ffdcb45c3a
parent68946789c2f7b9bf8af2caa0bcc1866ebc7c8e21 (diff)
Bug-AGL:SPEC-4116 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ic5a2f88a3d17743e960d38b0553e735a5b001867
-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;