[media] media: video: do not clear 'driver' from an i2c_client
[pandora-kernel.git] / drivers / media / video / mt9v022.c
index b96171c..6a784c8 100644 (file)
@@ -930,7 +930,6 @@ static int mt9v022_remove(struct i2c_client *client)
 
        icd->ops = NULL;
        mt9v022_video_remove(icd);
-       client->driver = NULL;
        kfree(mt9v022);
 
        return 0;