diff options
Diffstat (limited to 'binding')
-rw-r--r-- | binding/radio_impl_kingfisher.c | 2 |
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; |