Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
  • Loading branch information
bvdberg authored and felipec committed Nov 24, 2010
1 parent 1da5796 commit 41c0ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omapfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ setup(struct gst_omapfb_sink *self, GstCaps *caps)
self->overlay_info.xres, self->overlay_info.yres);

if (ioctl(self->overlay_fd, FBIOPUT_VSCREENINFO, &self->overlay_info)) {
pr_err(self, "could not get screen info");
pr_err(self, "could not set screen info");
return false;
}

Expand Down

0 comments on commit 41c0ef0

Please sign in to comment.