From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fmmailgate04.web.de ([217.72.192.242]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RLj24-00060E-9Y for linux-mtd@lists.infradead.org; Wed, 02 Nov 2011 22:11:41 +0000 Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate04.web.de (Postfix) with ESMTP id A02856E928E1 for ; Wed, 2 Nov 2011 23:11:36 +0100 (CET) Message-ID: From: "Roland Kletzing" To: , "Wolfram Sang" References: <1319533791-32605-1-git-send-email-w.sang@pengutronix.de> <1319919909.2126.15.camel@koala> In-Reply-To: <1319919909.2126.15.camel@koala> Subject: Re: [PATCH 1/2] mtd: tests: don't use mtd0 as a default Date: Wed, 2 Nov 2011 23:11:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Thanks for all your efforts ! -------------------------------------------------- From: "Artem Bityutskiy" Sent: Saturday, October 29, 2011 9:25 PM To: "Wolfram Sang" Cc: ; "Roland Kletzing" Subject: Re: [PATCH 1/2] mtd: tests: don't use mtd0 as a default > On Tue, 2011-10-25 at 11:09 +0200, Wolfram Sang wrote: >> mtd tests may erase the mtd device, so force the user to specify which >> mtd device to test by using the module parameter. Disable the default >> (using mtd0) since this may destroy a vital part of the flash if the >> module is inserted accidently or carelessly. >> >> Reported-by: Roland Kletzing >> Signed-off-by: Wolfram Sang > > Note, I've pushed this patch to l2-mtd-2.6.git, thanks! > > Artem. >