gt68xx: fix possibly uninitialized variable

merge-requests/1/head
Julien BLACHE 2010-06-23 18:21:36 +02:00
rodzic 677fe1fa30
commit fb05cbf864
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -868,7 +868,7 @@ attach (SANE_String_Const devname, GT68xx_Device ** devp, SANE_Bool may_wait)
if (!gt68xx_device_is_configured (dev))
{
GT68xx_Model *model;
GT68xx_Model *model = NULL;
DBG (2, "attach: Warning: device `%s' is not listed in device table\n",
devname);
DBG (2,