<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/line6, branch linux-3.5.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging: line6/config.h: Delete unused header</title>
<updated>2012-05-19T00:13:52+00:00</updated>
<author>
<name>Johannes Thumshirn</name>
<email>morbidrsa@googlemail.com</email>
</author>
<published>2012-05-18T14:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=0f64507473b9d8fef6592748ed4180908f5d26cc'/>
<id>0f64507473b9d8fef6592748ed4180908f5d26cc</id>
<content type='text'>
Delete unused header file drivers/staging/line6/config.h

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete unused header file drivers/staging/line6/config.h

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: line6/config.h: Remove CHECKPOINT macro</title>
<updated>2012-05-14T20:01:44+00:00</updated>
<author>
<name>Johannes Thumshirn</name>
<email>morbidrsa@googlemail.com</email>
</author>
<published>2012-05-10T17:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=c15974ef1f2d858795f7f63280fb53bcab6064f9'/>
<id>c15974ef1f2d858795f7f63280fb53bcab6064f9</id>
<content type='text'>
Kill unused debugging macro CHECKPOINT

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kill unused debugging macro CHECKPOINT

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: line6/pcm.c: Removed trailing whitespace</title>
<updated>2012-05-09T20:49:40+00:00</updated>
<author>
<name>Johannes Thumshirn</name>
<email>morbidrsa@googlemail.com</email>
</author>
<published>2012-05-05T14:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=82a74d4a8022fc01b99550e4cd6b90802acd4ef9'/>
<id>82a74d4a8022fc01b99550e4cd6b90802acd4ef9</id>
<content type='text'>
Removed a line of only whitespace

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed a line of only whitespace

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: line6/midi.c: Added space between switch and open parenthesis</title>
<updated>2012-05-09T20:49:01+00:00</updated>
<author>
<name>Johannes Thumshirn</name>
<email>morbidrsa@googlemail.com</email>
</author>
<published>2012-05-05T14:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=bc8fa144afe33bfbcae20dca4faff836ec7efedc'/>
<id>bc8fa144afe33bfbcae20dca4faff836ec7efedc</id>
<content type='text'>
Added space between switch and open parenthesis to make checkpatch.pl happy

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added space between switch and open parenthesis to make checkpatch.pl happy

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug(</title>
<updated>2012-05-09T20:48:08+00:00</updated>
<author>
<name>Johannes Thumshirn</name>
<email>morbidrsa@googlemail.com</email>
</author>
<published>2012-05-05T14:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=8878451510b11ee9095198f42bf1d59e6bab66fb'/>
<id>8878451510b11ee9095198f42bf1d59e6bab66fb</id>
<content type='text'>
Changed printk(KERN_DEBUG, ...) call to pr_debug call in function
void line6_midibuf_status(struct MidiBuffer *this)

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed printk(KERN_DEBUG, ...) call to pr_debug call in function
void line6_midibuf_status(struct MidiBuffer *this)

Signed-off-by: Johannes Thumshirn &lt;morbidrsa@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: line6: toneport.c: remove err() usage</title>
<updated>2012-04-23T23:46:04+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-04-20T23:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=aa8f827a4d7dbea98a9076a4f85b1317391dc031'/>
<id>aa8f827a4d7dbea98a9076a4f85b1317391dc031</id>
<content type='text'>
err() was a very old USB-specific macro that I thought had
gone away.  This patch removes it from being used in the
driver and uses dev_err() instead.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
err() was a very old USB-specific macro that I thought had
gone away.  This patch removes it from being used in the
driver and uses dev_err() instead.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: use module_usb_driver()</title>
<updated>2012-04-23T23:13:19+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-04-23T23:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=4a6313644c3188f4aa1a6b4403896375baa2e09a'/>
<id>4a6313644c3188f4aa1a6b4403896375baa2e09a</id>
<content type='text'>
Now that our module_init/exit path is just registering and unregistering
the usb driver, we can use module_usb_driver() instead.  This also has
the nice side affect of removing the unneeded printk for the module
version number.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that our module_init/exit path is just registering and unregistering
the usb driver, we can use module_usb_driver() instead.  This also has
the nice side affect of removing the unneeded printk for the module
version number.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: remove teardown code from module_exit path</title>
<updated>2012-04-23T23:11:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-04-23T23:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=15a89dc83bad5c22a02bd292cf87d72dacb7dcb3'/>
<id>15a89dc83bad5c22a02bd292cf87d72dacb7dcb3</id>
<content type='text'>
These pcm values should all be stopped properly when the device is
removed from the system (i.e. when disconnect is called), so there's no
need to duplicate this when the module is unloaded as well.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These pcm values should all be stopped properly when the device is
removed from the system (i.e. when disconnect is called), so there's no
need to duplicate this when the module is unloaded as well.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: only allocate a buffer if it is needed</title>
<updated>2012-04-23T23:09:56+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-04-23T23:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=c46b8a6567fb6e0119cb22819aa65faf8d101a2f'/>
<id>c46b8a6567fb6e0119cb22819aa65faf8d101a2f</id>
<content type='text'>
Only allocate the version request buffer if it is needed, not when the
module starts up.  This will let us make the module_init path much
smaller.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only allocate the version request buffer if it is needed, not when the
module starts up.  This will let us make the module_init path much
smaller.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: line6: remove unneeded initialization</title>
<updated>2012-04-23T22:59:17+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-04-23T22:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=305b8766a9833491b388ac98d57ce38a8106a1e0'/>
<id>305b8766a9833491b388ac98d57ce38a8106a1e0</id>
<content type='text'>
Static variables are initialized to NULL, no need to do it again in the
module_init function.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Static variables are initialized to NULL, no need to do it again in the
module_init function.

CC: Markus Grabner &lt;grabner@icg.tugraz.at&gt;
CC: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
CC: Julia Lawall &lt;julia@diku.dk&gt;
CC: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
