|
@@ -700,7 +700,7 @@ static unsigned int gsc_m2m_poll(struct file *file,
|
|
|
{
|
|
{
|
|
|
struct gsc_ctx *ctx = fh_to_ctx(file->private_data);
|
|
struct gsc_ctx *ctx = fh_to_ctx(file->private_data);
|
|
|
struct gsc_dev *gsc = ctx->gsc_dev;
|
|
struct gsc_dev *gsc = ctx->gsc_dev;
|
|
|
- int ret;
|
|
|
|
|
|
|
+ unsigned int ret;
|
|
|
|
|
|
|
|
if (mutex_lock_interruptible(&gsc->lock))
|
|
if (mutex_lock_interruptible(&gsc->lock))
|
|
|
return -ERESTARTSYS;
|
|
return -ERESTARTSYS;
|