All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390: Fix me in dasd_eer.c
@ 2014-07-22  6:29 Nicholas Krause
  2014-07-23 12:18 ` One Thousand Gnomes
  2014-07-28 16:02   ` Stefan Weinhuber
  0 siblings, 2 replies; 7+ messages in thread
From: Nicholas Krause @ 2014-07-22  6:29 UTC (permalink / raw)
  To: wein
  Cc: stefan.haberland, schwidefsky, heiko.carstens, linux390,
	linux-s390, linux-kernel

This patch changes return type to EMEDUIMTYPE in function, dasd_eer_enable
for when checking if the medium has no errors according to this function.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 drivers/s390/block/dasd_eer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/block/dasd_eer.c b/drivers/s390/block/dasd_eer.c
index 21ef63c..08ee040 100644
--- a/drivers/s390/block/dasd_eer.c
+++ b/drivers/s390/block/dasd_eer.c
@@ -462,7 +462,7 @@ int dasd_eer_enable(struct dasd_device *device)
 		return 0;
 
 	if (!device->discipline || strcmp(device->discipline->name, "ECKD"))
-		return -EPERM;	/* FIXME: -EMEDIUMTYPE ? */
+		return -EMEDIUMTYPE;	/* FIXME: -EMEDIUMTYPE ? */
 
 	cqr = dasd_kmalloc_request(DASD_ECKD_MAGIC, 1 /* SNSS */,
 				   SNSS_DATA_SIZE, device);
-- 
1.9.1


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

end of thread, other threads:[~2014-07-28 16:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  6:29 [PATCH] s390: Fix me in dasd_eer.c Nicholas Krause
2014-07-23 12:18 ` One Thousand Gnomes
2014-07-23 15:41   ` Nick Krause
2014-07-28 16:02 ` Stefan Weinhuber
2014-07-28 16:02   ` Stefan Weinhuber
2014-07-28 16:06   ` Nick Krause
2014-07-28 16:06     ` Nick Krause

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.