plus3: tag in progres devfd seek so I remember to add error handling
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:04:07 +0000 (18:04 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:04:07 +0000 (18:04 +0000)
Once it works at all anyway...

Kernel/platform-plus3/devfd.c

index 3fe7908..9f2b465 100644 (file)
@@ -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 */