| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright © 2012 NetCommWireless |
|---|
| 3 | 4 | * Iwo Mergler <Iwo.Mergler@netcommwireless.com.au> |
|---|
| .. | .. |
|---|
| 24 | 25 | * |
|---|
| 25 | 26 | * Please note that neither of these tests will significantly 'use up' any |
|---|
| 26 | 27 | * FLASH endurance. Only a maximum of two erase operations will be performed. |
|---|
| 27 | | - * |
|---|
| 28 | | - * |
|---|
| 29 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 30 | | - * under the terms of the GNU General Public License version 2 as published by |
|---|
| 31 | | - * the Free Software Foundation. |
|---|
| 32 | | - * |
|---|
| 33 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 34 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 35 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 36 | | - * more details. |
|---|
| 37 | | - * |
|---|
| 38 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 39 | | - * this program; see the file COPYING. If not, write to the Free Software |
|---|
| 40 | | - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 41 | 28 | */ |
|---|
| 42 | 29 | |
|---|
| 43 | 30 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|