<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/vme, branch v3.0</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Fix common misspellings</title>
<updated>2011-03-31T14:26:23+00:00</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@profusion.mobi</email>
</author>
<published>2011-03-31T01:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=25985edcedea6396277003854657b5f3cb31a628'/>
<id>25985edcedea6396277003854657b5f3cb31a628</id>
<content type='text'>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vme: Remove NULL check before kfree</title>
<updated>2011-03-14T18:57:37+00:00</updated>
<author>
<name>Ilia Mirkin</name>
<email>imirkin@alum.mit.edu</email>
</author>
<published>2011-03-13T05:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=794a8946ba2339af09dd1f39c8462c3611bebf77'/>
<id>794a8946ba2339af09dd1f39c8462c3611bebf77</id>
<content type='text'>
This patch was generated by the following semantic patch:
// &lt;smpl&gt;
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// &lt;/smpl&gt;

Signed-off-by: Ilia Mirkin &lt;imirkin@alum.mit.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>
This patch was generated by the following semantic patch:
// &lt;smpl&gt;
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// &lt;/smpl&gt;

Signed-off-by: Ilia Mirkin &lt;imirkin@alum.mit.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vme: remove unreachable code</title>
<updated>2011-02-28T21:30:07+00:00</updated>
<author>
<name>Manohar Vanga</name>
<email>manohar.vanga@cern.ch</email>
</author>
<published>2011-02-26T23:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5bfcf90bfb1889885211e8a853c6b70500065fce'/>
<id>5bfcf90bfb1889885211e8a853c6b70500065fce</id>
<content type='text'>
Remove some more unreachable code found in bridges/vme_ca91cx42.c
and bridges/vme_tsi148.c

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&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>
Remove some more unreachable code found in bridges/vme_ca91cx42.c
and bridges/vme_tsi148.c

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vme: remove unreachable code</title>
<updated>2011-02-28T21:30:07+00:00</updated>
<author>
<name>Manohar Vanga</name>
<email>manohar.vanga@cern.ch</email>
</author>
<published>2011-02-26T22:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b00464677923a7878b8c3164d7462b80f641bba6'/>
<id>b00464677923a7878b8c3164d7462b80f641bba6</id>
<content type='text'>
Remove some unreachable code (kfree calls) from vme.c

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&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>
Remove some unreachable code (kfree calls) from vme.c

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vme: fix loop condition</title>
<updated>2011-02-23T22:41:29+00:00</updated>
<author>
<name>Manohar Vanga</name>
<email>manohar.vanga@cern.ch</email>
</author>
<published>2011-02-23T13:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=da1bbd1d85ca4b68c58986f997f859327fd7f648'/>
<id>da1bbd1d85ca4b68c58986f997f859327fd7f648</id>
<content type='text'>
Fix loop condition in vme_register_bridge that results in an infinite
loop in the event that device_register fails.

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Acked-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Acked-by: Dan Carpenter &lt;error27@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>
Fix loop condition in vme_register_bridge that results in an infinite
loop in the event that device_register fails.

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Acked-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Acked-by: Dan Carpenter &lt;error27@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vme: remove unreachable code</title>
<updated>2011-02-23T22:41:28+00:00</updated>
<author>
<name>Manohar Vanga</name>
<email>manohar.vanga@cern.ch</email>
</author>
<published>2011-02-23T13:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6012795b13cd15b1e2216dc8558461ce99aecc30'/>
<id>6012795b13cd15b1e2216dc8558461ce99aecc30</id>
<content type='text'>
Removed some unreachable code from vme_register_bridge

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Acked-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Acked-by: Dan Carpenter &lt;error27@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>
Removed some unreachable code from vme_register_bridge

Signed-off-by: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Acked-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Acked-by: Dan Carpenter &lt;error27@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete zero-length drivers/staging/vme/bridges/Module.symvers</title>
<updated>2011-01-28T08:23:42+00:00</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2011-01-28T08:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5f92acc896564ac91df84cc133d09f9820f00061'/>
<id>5f92acc896564ac91df84cc133d09f9820f00061</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLE</title>
<updated>2010-12-10T00:29:47+00:00</updated>
<author>
<name>Namhyung Kim</name>
<email>namhyung@gmail.com</email>
</author>
<published>2010-12-09T16:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=270b64bb4cf27a2ad7819bad89d8c9d8a66ba1b8'/>
<id>270b64bb4cf27a2ad7819bad89d8c9d8a66ba1b8</id>
<content type='text'>
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'.

Signed-off-by: Namhyung Kim &lt;namhyung@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>
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'.

Signed-off-by: Namhyung Kim &lt;namhyung@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLE</title>
<updated>2010-12-10T00:29:47+00:00</updated>
<author>
<name>Namhyung Kim</name>
<email>namhyung@gmail.com</email>
</author>
<published>2010-12-09T16:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2cea0cf284048b03a06e4370709cd751ddb9354e'/>
<id>2cea0cf284048b03a06e4370709cd751ddb9354e</id>
<content type='text'>
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'.

Signed-off-by: Namhyung Kim &lt;namhyung@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>
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'.

Signed-off-by: Namhyung Kim &lt;namhyung@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging/vme_user: add missing calls to vme_master_free calls in .remove</title>
<updated>2010-12-03T19:51:51+00:00</updated>
<author>
<name>Emilio G. Cota</name>
<email>cota@braap.org</email>
</author>
<published>2010-12-03T14:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b62c99b17c2c513eaf6b77a76907a13a1beb86d3'/>
<id>b62c99b17c2c513eaf6b77a76907a13a1beb86d3</id>
<content type='text'>
Signed-off-by: Emilio G. Cota &lt;cota@braap.org&gt;
Acked-by: Martyn Welch &lt;martyn.welch@ge.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: Emilio G. Cota &lt;cota@braap.org&gt;
Acked-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
