6145: log stuff.

This commit is contained in:
Solomon Peachy 2015-11-16 22:40:42 -05:00
parent 43c3d3d905
commit 21f92472fc
1 changed files with 1 additions and 0 deletions

View File

@ -1429,6 +1429,7 @@ static int shinkos6145_get_imagecorr(struct shinkos6145_ctx *ctx)
}
ctx->corrdatalen = le16_to_cpu(resp->total_size);
INFO("Fetching %lu bytes of image correction data\n", ctx->corrdatalen);
ctx->corrdata = malloc(sizeof(struct shinkos6145_correctionparam));
total = 0;