You should have read all the responses on the bug web page. This one looks like something you could do without fear of breaking anything:
Code:
Emilio wrote on 2009-07-31: #4
This is the workaround to stop that really annoying logs that fill the system log with useless information
add this line to /etc/modprobe.d/options.conf
options sis190 debug=0
You can then remove the module with this command:
sudo rmmod sis190
then:
sudo modprobe sis190
That will reload the module and hopefully remove the logging issue.
You can also reboot the system.
Keep in mind, though, you'll never see errors in syslog for this module again.