From 0bbb890097218df96ac984792e1b6c36a0af94ec Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 8 Mar 2015 18:04:07 +0000 Subject: [PATCH] plus3: tag in progres devfd seek so I remember to add error handling Once it works at all anyway... --- Kernel/platform-plus3/devfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-plus3/devfd.c b/Kernel/platform-plus3/devfd.c index 3fe79082..9f2b465b 100644 --- a/Kernel/platform-plus3/devfd.c +++ b/Kernel/platform-plus3/devfd.c @@ -57,7 +57,7 @@ static int fd_transfer(uint8_t minor, bool is_read, uint8_t rawflag) if (track[minor] != rwcmd[2]) { seekcmd[1] = 1 << minor; seekcmd[2] = rwcmd[2]; - fdc_seek(); + fdc_seek(); /* FIXME: error handling */ } for (tries = 0; tries < 4 ; tries++) { /* FIXME: need to return status properly and mask it */ -- 2.34.1