Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f30e0102 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: can: mcp25xxfd: Remove return 0 for void function"

parents abe592ad b7be6b4a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2020, The Linux Foundation. All rights reserved.
/* Copyright (c) 2021, The Linux Foundation. All rights reserved.
 *
 * CAN bus driver for Microchip 25XXFD CAN Controller with SPI Interface
 *
@@ -4148,7 +4148,6 @@ static void mcp25xxfd_debugfs_remove(struct mcp25xxfd_priv *priv)
#else
static void mcp25xxfd_debugfs_add(struct mcp25xxfd_priv *priv)
{
	return 0;
}

static void mcp25xxfd_debugfs_remove(struct mcp25xxfd_priv *priv)