<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/line6, branch v2.6.32</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: line6: ffzb returns an unsigned integer</title>
<updated>2009-09-15T19:02:34+00:00</updated>
<author>
<name>Frederik Deweerdt</name>
<email>frederik.deweerdt@xprog.eu</email>
</author>
<published>2009-09-14T08:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c2f5e9d2bfa41cd4ba1c7dc49b32d6b6df6d195b'/>
<id>c2f5e9d2bfa41cd4ba1c7dc49b32d6b6df6d195b</id>
<content type='text'>
find_first_zero_bit returns a positive value, use it accordingly.

Signed-off-by: Frederik Deweerdt &lt;frederik.deweerdt@xprog.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find_first_zero_bit returns a positive value, use it accordingly.

Signed-off-by: Frederik Deweerdt &lt;frederik.deweerdt@xprog.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: pod.c: style cleanups</title>
<updated>2009-09-15T19:02:34+00:00</updated>
<author>
<name>Frederik Deweerdt</name>
<email>frederik.deweerdt@xprog.eu</email>
</author>
<published>2009-09-14T08:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e1769b3cf0670935d1988e65f758bf6f29c0e107'/>
<id>e1769b3cf0670935d1988e65f758bf6f29c0e107</id>
<content type='text'>
Line6 pod.c: Minor style cleanups

Signed-off-by: Frederik Deweerdt &lt;frederik.deweerdt@xprog.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Line6 pod.c: Minor style cleanups

Signed-off-by: Frederik Deweerdt &lt;frederik.deweerdt@xprog.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: ARRAY_SIZE changes</title>
<updated>2009-09-15T19:02:06+00:00</updated>
<author>
<name>Stoyan Gaydarov</name>
<email>sgayda2@uiuc.edu</email>
</author>
<published>2009-07-22T03:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b6ac161364eccce1bea4a23a9de395883e90d7ab'/>
<id>b6ac161364eccce1bea4a23a9de395883e90d7ab</id>
<content type='text'>
These changes were a direct result of using a semantic patch
More information can be found at http://www.emn.fr/x-info/coccinelle/

Signed-off-by: Stoyan Gaydarov &lt;sgayda2@uiuc.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes were a direct result of using a semantic patch
More information can be found at http://www.emn.fr/x-info/coccinelle/

Signed-off-by: Stoyan Gaydarov &lt;sgayda2@uiuc.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: convert to snd_card_create()</title>
<updated>2009-04-17T18:06:25+00:00</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-03-29T15:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a405f43ee336fb890fd967625cc133f9d2e59a9f'/>
<id>a405f43ee336fb890fd967625cc133f9d2e59a9f</id>
<content type='text'>
Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: fix build error, select SND_RAWMIDI</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-03-18T17:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=bbe364ddedd84ee5a4bec65fa0ca56caf09d6802'/>
<id>bbe364ddedd84ee5a4bec65fa0ca56caf09d6802</id>
<content type='text'>
line6 needs to select SND_RAWMIDI, like many other drivers do.

ERROR: "snd_rawmidi_set_ops" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_new" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_peek" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_ack" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_receive" [drivers/staging/line6/line6usb.ko] undefined!

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
line6 needs to select SND_RAWMIDI, like many other drivers do.

ERROR: "snd_rawmidi_set_ops" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_new" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_peek" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_ack" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_receive" [drivers/staging/line6/line6usb.ko] undefined!

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: fix checkpatch errors in variax.c</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-28T06:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9cd57f777724b941cd2e22a7124be7c09bb3132b'/>
<id>9cd57f777724b941cd2e22a7124be7c09bb3132b</id>
<content type='text'>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: fix checkpatch errors in toneport.c</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-28T06:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6353773b5230514d4f1d3dc98a84a72e3a954e87'/>
<id>6353773b5230514d4f1d3dc98a84a72e3a954e87</id>
<content type='text'>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: fix checkpatch errors in pcm.c</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-28T06:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=68dc3dde0213c0560b6117998088f3e992934d37'/>
<id>68dc3dde0213c0560b6117998088f3e992934d37</id>
<content type='text'>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: fix checkpatch errors in midibuf.c</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-28T06:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ce9b490cbf1cffa988fce64e6ff824bdd241d87e'/>
<id>ce9b490cbf1cffa988fce64e6ff824bdd241d87e</id>
<content type='text'>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: fix checkpatch errors in midi.c</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-28T06:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d7e3733619a612ffabced37c878b9d30f060ff69'/>
<id>d7e3733619a612ffabced37c878b9d30f060ff69</id>
<content type='text'>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of warnings also fixed up.

Cc: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
Cc: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
