linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] flash_eraseall: Remove warning
@ 2016-04-26 20:03 Richard Weinberger
  2016-04-27  8:21 ` Boris Brezillon
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Weinberger @ 2016-04-26 20:03 UTC (permalink / raw)
  To: linux-mtd; +Cc: Richard Weinberger

Well, flash_erase <mtddev> 0 0 is the same as flash_eraseall <mtddev>.
But flash_eraseall is still more handy to use.
Let's keep flash_eraseall as short cut and don't force users to
use a less handy user interface.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 misc-utils/flash_eraseall | 1 -
 1 file changed, 1 deletion(-)

diff --git a/misc-utils/flash_eraseall b/misc-utils/flash_eraseall
index c5539b3..65a85cc 100755
--- a/misc-utils/flash_eraseall
+++ b/misc-utils/flash_eraseall
@@ -1,4 +1,3 @@
 #!/bin/sh
-echo "${0##*/} has been replaced by \`flash_erase <mtddev> 0 0\`; please use it" 1>&2
 [ $# -ne 0 ] && set -- "$@" 0 0
 exec flash_erase "$@"
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-27 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 20:03 [PATCH] flash_eraseall: Remove warning Richard Weinberger
2016-04-27  8:21 ` Boris Brezillon
2016-04-27  8:27   ` Richard Weinberger
2016-04-27  8:29     ` Boris Brezillon
2016-04-27 16:01       ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).