diff options
Diffstat (limited to 'sys/dev/fb/splashreg.h')
-rw-r--r-- | sys/dev/fb/splashreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 05e5687..36ba9a7 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.h @@ -55,6 +55,7 @@ typedef struct image_decoder scrn_saver_t; case MOD_UNLOAD: \ return splash_unregister(&sw); \ default: \ + return EOPNOTSUPP; \ break; \ } \ return 0; \ @@ -76,6 +77,7 @@ typedef struct image_decoder scrn_saver_t; case MOD_UNLOAD: \ return splash_unregister(&sw); \ default: \ + return EOPNOTSUPP; \ break; \ } \ return 0; \ |