提交 707ff3fb 编写于 作者: J Jean-François Moine 提交者: Mauro Carvalho Chehab

[media] gspca - cpia1: Remove a bad conditional compilation instruction

This patch fixes a compilation error when GSPCA_DEBUG is not set.
Signed-off-by: NJean-François Moine <moinejf@free.fr>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 f8e5677f
......@@ -1770,9 +1770,7 @@ static void sd_stopN(struct gspca_dev *gspca_dev)
/* this function is called at probe and resume time */
static int sd_init(struct gspca_dev *gspca_dev)
{
#ifdef GSPCA_DEBUG
struct sd *sd = (struct sd *) gspca_dev;
#endif
int ret;
/* Start / Stop the camera to make sure we are talking to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册