USB control-message timeouts are specified in milliseconds and should
specifically not vary with CONFIG_HZ.
Fixes: ab33d5071de7 ("V4L/DVB (3376): Add cpia2 camera support")
Cc: stable@vger.kernel.org      # 2.6.17
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
                               0,       /* index */
                               buf,     /* buffer */
                               size,
-                              HZ);
+                              1000);
 
        kfree(buf);
        return ret;
                               0,       /* index */
                               buf,     /* buffer */
                               size,
-                              HZ);
+                              1000);
 
        if (ret >= 0)
                memcpy(registers, buf, size);