Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] av7110.h audcom() bug ?



I was browsing through some of the dvb code and may have spotted a
small bug in the audcom() function.  The function calls the
av71110_fw_cmd() function with a num argument of 4 yet only two
arguments are actually passed in:

        return av7110_fw_cmd(av7110, COMTYPE_MISC, AV7110_FW_AUDIO_COMMAND, 4,
                             (com>>16), (com&0xffff));

Shouldn't this only be passing in a 2 for the num argument or am I
misunderstanding something here ?

Thank You,
bball




Home | Main Index | Thread Index