propagate error code for prepare image

This commit is contained in:
Tomoki Shirasawa
2013-06-05 17:38:23 +09:00
parent 8b9e97ceb7
commit d8034eeb13
5 changed files with 12 additions and 5 deletions

View File

@ -24,6 +24,7 @@
struct ikc_scd_packet {
int msg;
int ref;
int err;
unsigned long arg;
};