Skip to content

Commit

Permalink
Merge pull request EtchedPixels#653 from beretta42/coco2cart
Browse files Browse the repository at this point in the history
coco2cart: bug: sdc driver still not returning no of bytes read/writen
  • Loading branch information
EtchedPixels authored Aug 14, 2018
2 parents e82a9fe + 5149999 commit 55b1c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/platform-coco2cart/devsdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef void (*sdc_transfer_function_t)( unsigned char *addr);


/* blkdev method: transfer sectors */
static uint8_t sdc_transfer(uint8_t minor, bool is_read, uint8_t rawflag)
static uint16_t sdc_transfer(uint8_t minor, bool is_read, uint8_t rawflag)
{
uint8_t nb = 0;
uint32_t lba; /* holds 32 bit lsn */
Expand Down

0 comments on commit 55b1c10

Please sign in to comment.