Fixed typo in ncr5380_reset().
This commit is contained in:
parent
64b1aa89ff
commit
5d5b4dce8a
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ static void ncr53c400_dma_changed(ncr5380_t *ncr, int mode, int enable)
|
||||||
|
|
||||||
void ncr5380_reset(ncr5380_t *ncr)
|
void ncr5380_reset(ncr5380_t *ncr)
|
||||||
{
|
{
|
||||||
memset(ncr, 0, sizeof(ncr));
|
memset(ncr, 0, sizeof(ncr5380_t));
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint32_t get_bus_host(ncr5380_t *ncr)
|
static uint32_t get_bus_host(ncr5380_t *ncr)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue