mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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:
parent
3a2a5ea5ee
commit
22fcbb9e51
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user