<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/vt6655, branch v3.14</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: vt6655: Fix memory leak in wpa_ioctl()</title>
<updated>2014-01-13T23:19:41+00:00</updated>
<author>
<name>Christian Engelmayer</name>
<email>cengelma@gmx.at</email>
</author>
<published>2014-01-11T22:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6d2398743f674028ec2b535730557e6bf387f700'/>
<id>6d2398743f674028ec2b535730557e6bf387f700</id>
<content type='text'>
Fix a memory leak in the wpa_ioctl() error handling path so that 'param' is
also freed correctly in case of an unsupported ioctl.
Detected by Coverity: CID 144380.

Signed-off-by: Christian Engelmayer &lt;cengelma@gmx.at&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>
Fix a memory leak in the wpa_ioctl() error handling path so that 'param' is
also freed correctly in case of an unsupported ioctl.
Detected by Coverity: CID 144380.

Signed-off-by: Christian Engelmayer &lt;cengelma@gmx.at&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vt6655: fix printk usage in wpactl.c</title>
<updated>2014-01-08T19:06:10+00:00</updated>
<author>
<name>Martin Hofmann</name>
<email>martin.hofmann@studium.uni-erlangen.de</email>
</author>
<published>2014-01-07T12:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=edd236afc822396cf11f1a149e6a28a784d71d5a'/>
<id>edd236afc822396cf11f1a149e6a28a784d71d5a</id>
<content type='text'>
This patch fixes the usage of printk in wpactl.c concering one missing log level
occurence and some whitespaces before a newline.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&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>
This patch fixes the usage of printk in wpactl.c concering one missing log level
occurence and some whitespaces before a newline.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vt6655: remove typedefs in wpactl.h</title>
<updated>2014-01-08T19:05:20+00:00</updated>
<author>
<name>Martin Hofmann</name>
<email>martin.hofmann@studium.uni-erlangen.de</email>
</author>
<published>2014-01-07T12:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=91d9b19aebdc8e549e455e76add377a36a7b8c50'/>
<id>91d9b19aebdc8e549e455e76add377a36a7b8c50</id>
<content type='text'>
wpactl.h contained some typedefs for enums. These were removed in this patch.
Also, a typedef for a type "unsigned long long" that was only instantiated in
one place was removed and its declaration altered.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&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>
wpactl.h contained some typedefs for enums. These were removed in this patch.
Also, a typedef for a type "unsigned long long" that was only instantiated in
one place was removed and its declaration altered.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vt6655: fix indentation in wroute.c</title>
<updated>2014-01-08T19:04:46+00:00</updated>
<author>
<name>Martin Hofmann</name>
<email>martin.hofmann@studium.uni-erlangen.de</email>
</author>
<published>2014-01-07T12:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0027d9a7bd97e0dcfed4123b971daa0f9f579ae7'/>
<id>0027d9a7bd97e0dcfed4123b971daa0f9f579ae7</id>
<content type='text'>
This patch fixes indentation style belonging to function calls as well as some
run-away closing parentheses when calling functions.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&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>
This patch fixes indentation style belonging to function calls as well as some
run-away closing parentheses when calling functions.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vt6655: remove unnecessary braces in wroute.c</title>
<updated>2014-01-08T19:04:46+00:00</updated>
<author>
<name>Martin Hofmann</name>
<email>martin.hofmann@studium.uni-erlangen.de</email>
</author>
<published>2014-01-07T12:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ed07c0e39b3008fb9a360907106d35ab10e10f4c'/>
<id>ed07c0e39b3008fb9a360907106d35ab10e10f4c</id>
<content type='text'>
This patch removes some unnecessary braces concerning if-statements in the file
wroute.c

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&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>
This patch removes some unnecessary braces concerning if-statements in the file
wroute.c

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vt6655: remove casts in wroute.c</title>
<updated>2014-01-08T19:04:46+00:00</updated>
<author>
<name>Martin Hofmann</name>
<email>martin.hofmann@studium.uni-erlangen.de</email>
</author>
<published>2014-01-07T12:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=85d396b5fd3598be959523417978921ba034bfe7'/>
<id>85d396b5fd3598be959523417978921ba034bfe7</id>
<content type='text'>
The file wroute.c contained some silly casts. This patch removes them.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&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>
The file wroute.c contained some silly casts. This patch removes them.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vt6655: balance faulty parentheses in 80211hdr.h</title>
<updated>2014-01-08T19:04:46+00:00</updated>
<author>
<name>Martin Hofmann</name>
<email>martin.hofmann@studium.uni-erlangen.de</email>
</author>
<published>2014-01-07T12:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4d609018495e8f79abcb941f8e315c8c603c909d'/>
<id>4d609018495e8f79abcb941f8e315c8c603c909d</id>
<content type='text'>
The file 80211hdr.h contained the macro WLAN_GET_FC_PRVER(n). The big endian
fashion of this macro had unbalanced parentheses. This patch removes the
parentheses in question.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&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>
The file 80211hdr.h contained the macro WLAN_GET_FC_PRVER(n). The big endian
fashion of this macro had unbalanced parentheses. This patch removes the
parentheses in question.

Signed-off-by: Martin Hofmann &lt;martin.hofmann@studium.uni-erlangen.de&gt;
Signed-off-by: Michael Gunselmann &lt;michael.gunselmann@studium.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: check too restrictive (off by one)</title>
<updated>2014-01-08T19:02:13+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2014-01-03T20:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1c5ebaae42793308870cb38fc81f5217ee49e691'/>
<id>1c5ebaae42793308870cb38fc81f5217ee49e691</id>
<content type='text'>
key_len == MAX_KEY_LEN is valid but we return an error.

Introduced-by: 6b7200fe0a59 ('Staging: vt6655: memory corruption in check in wpa_set_wpadev()')
Signed-off-by: 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>
key_len == MAX_KEY_LEN is valid but we return an error.

Introduced-by: 6b7200fe0a59 ('Staging: vt6655: memory corruption in check in wpa_set_wpadev()')
Signed-off-by: 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: delete non-required instances of include &lt;linux/init.h&gt;</title>
<updated>2013-12-17T18:08:14+00:00</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2013-12-10T20:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=885a947e5b08953ebd5fce88be89a0399a7ab918'/>
<id>885a947e5b08953ebd5fce88be89a0399a7ab918</id>
<content type='text'>
None of these files are actually using any __init type directives
and hence don't need to include &lt;linux/init.h&gt;.  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.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>
None of these files are actually using any __init type directives
and hence don't need to include &lt;linux/init.h&gt;.  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: remove DEFINE_PCI_DEVICE_TABLE macro</title>
<updated>2013-12-03T06:32:35+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-12-02T23:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=41e043fcfa2236bb2c4a8335eb09f4c8cee224b3'/>
<id>41e043fcfa2236bb2c4a8335eb09f4c8cee224b3</id>
<content type='text'>
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.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>
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
