Whoops, over-eagerly removed a conditional in the STM code

Marcan says: WTF.
This commit is contained in:
Segher Boessenkool 2010-01-28 01:10:38 +01:00
parent e1ede7aa2c
commit 4d980dfebb
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ static void releasse_old_stm_callback(void)
}
int err = ios_ioctl(fd, 0x3002, 0, 0, 0, 0);
if (err < 0 && err != -6)
printf("Eventhook release failed with code %d\n", err);
ios_close(fd);