diff --git a/[refs] b/[refs] index 061eb8be55d6..44c7d481f170 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea15b7b219b19c9ddb668ab3d5d727f46900605e +refs/heads/master: 92fa8971f31b25e041a74a1913bca8f7f3d6e48d diff --git a/trunk/drivers/staging/vt6656/int.c b/trunk/drivers/staging/vt6656/int.c index 286ac3e46075..e7f66241b9b5 100644 --- a/trunk/drivers/staging/vt6656/int.c +++ b/trunk/drivers/staging/vt6656/int.c @@ -77,7 +77,7 @@ static int msglevel = MSG_LEVEL_INFO; /* MSG_LEVEL_DEBUG */ -*/ void INTvWorkItem(void *Context) { - PSDevice pDevice = (PSDevice) Context; + PSDevice pDevice = Context; int ntStatus; DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"---->Interrupt Polling Thread\n");