diff options
Diffstat (limited to 'atavia.c')
-rw-r--r-- | atavia.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -184,9 +184,7 @@ static int atavia_init(void) return 1; } - register_par_master(&lpc_master_atavia, BUS_LPC, NULL); - - return 0; + return register_par_master(&lpc_master_atavia, BUS_LPC, NULL); } const struct programmer_entry programmer_atavia = { |