e4k: fix return value of debug function

This commit is contained in:
Christian Daniel 2012-06-05 21:28:34 +02:00
parent 1982ab41fe
commit 2dd491881e
1 changed files with 1 additions and 0 deletions

View File

@ -981,4 +981,5 @@ int e4k_dump(struct e4k_state *e4k)
i + 128, e4k_reg_read(e4k, i + 128),
i + 192, e4k_reg_read(e4k, i + 192)
);
return 0;
}