From 5eceedc5a018b414c7012e42f75b6a72512fabaf Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sat, 27 Oct 2012 23:36:41 +0000 Subject: [PATCH] Add missing return that broke 8-bit CF support in refactoring in r222671. Tested on a Cavium CN5860-EVB-NIC4. This was broken for over a year. --- sys/mips/cavium/octeon_ebt3000_cf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/mips/cavium/octeon_ebt3000_cf.c b/sys/mips/cavium/octeon_ebt3000_cf.c index 26a369740cb3..e6f93d12130c 100644 --- a/sys/mips/cavium/octeon_ebt3000_cf.c +++ b/sys/mips/cavium/octeon_ebt3000_cf.c @@ -280,6 +280,7 @@ static void cf_outb_8(int port, uint8_t val) if (bus_type == CF_8) { volatile uint8_t *task_file = (volatile uint8_t *)base_addr; task_file[port] = val; + return; } /*