iio: adc: qcom-spmi-adc5-gen3: Fix driver name

Fix the typo for driver name.

Change-Id: Ie65784e7c2920b7bdb61213524bbddb462d271be
Signed-off-by: Subbaraman Narayanamurthy <quic_subbaram@quicinc.com>
This commit is contained in:
Subbaraman Narayanamurthy 2021-12-01 19:16:50 -08:00 committed by David Collins
parent 3a2a5ea5ee
commit 22fcbb9e51

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/bitops.h>
@ -1754,7 +1754,7 @@ static int adc5_gen3_exit(struct platform_device *pdev)
static struct platform_driver adc5_gen3_driver = {
.driver = {
.name = "qcom-spmi-adc5-gen3.c",
.name = "qcom-spmi-adc5-gen3",
.of_match_table = adc5_match_table,
},
.probe = adc5_gen3_probe,