Re: [linux-dvb] [OT] request_firmware()

2008-02-14 Thread Thomas Kaiser
Michael Krufky wrote: > On Thu, Feb 14, 2008 at 3:37 PM, Thomas Kaiser > <[EMAIL PROTECTED]> wrote: >> Hello >> >> I know this is the wrong list to ask, but you use this function (see >> subject) >> and I think somebody can answer my question. >> >> Why does request_firmware need a device as pa

Re: [linux-dvb] [OT] request_firmware()

2008-02-14 Thread Michael Krufky
On Thu, Feb 14, 2008 at 3:37 PM, Thomas Kaiser <[EMAIL PROTECTED]> wrote: > Hello > > I know this is the wrong list to ask, but you use this function (see subject) > and I think somebody can answer my question. > > Why does request_firmware need a device as parameter? > int request_firmware(con

[linux-dvb] [OT] request_firmware()

2008-02-14 Thread Thomas Kaiser
Hello I know this is the wrong list to ask, but you use this function (see subject) and I think somebody can answer my question. Why does request_firmware need a device as parameter? int request_firmware(const struct firmware **fw, const char *name, struct device *device);