aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/ms_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memstick/core/ms_block.c')
-rw-r--r--drivers/memstick/core/ms_block.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/memstick/core/ms_block.c b/drivers/memstick/core/ms_block.c
index 82daccc9ea62..384927ebde74 100644
--- a/drivers/memstick/core/ms_block.c
+++ b/drivers/memstick/core/ms_block.c
@@ -1,15 +1,11 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * ms_block.c - Sony MemoryStick (legacy) storage support 3 * ms_block.c - Sony MemoryStick (legacy) storage support
3 4
4 * Copyright (C) 2013 Maxim Levitsky <maximlevitsky@gmail.com> 5 * Copyright (C) 2013 Maxim Levitsky <maximlevitsky@gmail.com>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * Minor portions of the driver were copied from mspro_block.c which is 7 * Minor portions of the driver were copied from mspro_block.c which is
11 * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com> 8 * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com>
12 *
13 */ 9 */
14#define DRIVER_NAME "ms_block" 10#define DRIVER_NAME "ms_block"
15#define pr_fmt(fmt) DRIVER_NAME ": " fmt 11#define pr_fmt(fmt) DRIVER_NAME ": " fmt