Skip to content

Commit

Permalink
Fix warning on unused variable in hid-gfb
Browse files Browse the repository at this point in the history
  • Loading branch information
CMoH committed Jan 30, 2012
1 parent ff943da commit e11f32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hid-gfb.c
Expand Up @@ -62,7 +62,7 @@ static void gfb_free_framebuffer_work(struct work_struct *work)
struct gfb_data *dev = container_of(work, struct gfb_data,
free_framebuffer_work.work);
struct fb_info *info = dev->fb_info;
int node = info->node;
/* int node = info->node; */

unregister_framebuffer(info);

Expand Down

0 comments on commit e11f32d

Please sign in to comment.