Hi All, I am new to this group as well as for linux operating system .
So far i wrote only one linux driver for pci sdhost.
now i am trying to make stack for that i wrote one bus driver and one host driver .
when i am loading bus module its get loaded properly and i am able to see it in sys/bus folder.but when i am trying to register the host with bus i am getting kernel tainted message .
can any one help me in removing this problem.
i am using linux 2.6.21.fc7
any kind of help will be appreciated.
Regards
Didn't find your answer? Ask the community — no account required.
N
Nayan
do you use the MODULE_LICENSE("GNU") macro? Hi, Thanks for replying.
I am using MODULE_LICENSE("Dual GPL/BSD");
Regards
S
Sven Geggus
Which should not produce a tainted Kernel.
Sven
-- "In the land of the brave and the free, we defend our freedom with the GNU GPL" (Richard M. Stallman on
formatting link
/me is giggls@ircnet,
formatting link
on the Web
N
Nayan
Hi , Soory for wrong information but i dont know weather it has any impact or not i am using the MODULE_LICENSE("Dual BSD/GPL"); if it is wrong plz tell me what i am supposed to use here.
following is the detailed output of compiling and loading the module
/usr/src/Nayan/sd_stack/sd_bus/sdbus.c: In function 'show_sd_card_driver_version':
Why the following warning is coming what is the reason and how to solve that i am not able to understand if you can give me some hint it would be very helpful.
/usr/src/Nayan/sd_stack/sd_bus/sdbus.c:142: warning: ISO C90 forbids mixed declarations and code