<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/csr/netdev.c, branch v3.10</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>driver: staging: csr: remove cast for kmalloc return value</title>
<updated>2013-03-12T16:09:08+00:00</updated>
<author>
<name>Zhang Yanfei</name>
<email>zhangyanfei@cn.fujitsu.com</email>
</author>
<published>2013-03-12T05:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=f4309c0f1463cdea69f958de169ed987fb4dfdb2'/>
<id>f4309c0f1463cdea69f958de169ed987fb4dfdb2</id>
<content type='text'>
remove cast for kmalloc return value.

Signed-off-by: Zhang Yanfei &lt;zhangyanfei@cn.fujitsu.com&gt;
Cc: Andrew Morton &lt;akpm@linux-foundation.org&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>
remove cast for kmalloc return value.

Signed-off-by: Zhang Yanfei &lt;zhangyanfei@cn.fujitsu.com&gt;
Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging : csr: Fix typo in csr/netdev.c</title>
<updated>2012-10-29T21:58:30+00:00</updated>
<author>
<name>Masanari Iida</name>
<email>standby24x7@gmail.com</email>
</author>
<published>2012-10-28T12:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=28c4ff643549f18a6c50df694ce4ba9975b7917f'/>
<id>28c4ff643549f18a6c50df694ce4ba9975b7917f</id>
<content type='text'>
Correct spelling typos in csr/netdev.c

Signed-off-by: Masanari Iida &lt;standby24x7@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>
Correct spelling typos in csr/netdev.c

Signed-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: remove func_exit macro</title>
<updated>2012-10-29T21:54:34+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-10-27T06:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=75254af8908501f9cfc6be878c595da02859a0b5'/>
<id>75254af8908501f9cfc6be878c595da02859a0b5</id>
<content type='text'>
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug &gt;= 5) {
	printk("unifi: &lt;= %s\n", __FUNCTION__);
}

which produces too many of those prints if the unifi_debug is &gt;=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga &lt;devendra.aaru@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>
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug &gt;= 5) {
	printk("unifi: &lt;= %s\n", __FUNCTION__);
}

which produces too many of those prints if the unifi_debug is &gt;=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: remove func_enter macro</title>
<updated>2012-10-29T21:54:34+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-10-27T06:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=438d2d1329914da8fdf3a8aedac8ce7e5ffad26d'/>
<id>438d2d1329914da8fdf3a8aedac8ce7e5ffad26d</id>
<content type='text'>
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug &gt;= 5) {
	printk("unifi =&gt; %s\n", __FUNCTION__);
}

which produces too many of those prints if the unifi_debug is &gt;=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga &lt;devendra.aaru@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>
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug &gt;= 5) {
	printk("unifi =&gt; %s\n", __FUNCTION__);
}

which produces too many of those prints if the unifi_debug is &gt;=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: remove the CsrTime typedef altogether</title>
<updated>2012-10-24T22:23:09+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-10-24T06:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=aad3d31fdf925277997641197c2f0eabf728e177'/>
<id>aad3d31fdf925277997641197c2f0eabf728e177</id>
<content type='text'>
remove CsrTime typedef and replace all the users with the u32

Signed-off-by: Devendra Naga &lt;devendra.aaru@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>
remove CsrTime typedef and replace all the users with the u32

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: remove unused including &lt;linux/version.h&gt;</title>
<updated>2012-10-22T20:48:04+00:00</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2012-10-07T13:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=36dab6e5f0d9ccd374740cf71f8cb7ea3029c0ab'/>
<id>36dab6e5f0d9ccd374740cf71f8cb7ea3029c0ab</id>
<content type='text'>
Remove including &lt;linux/version.h&gt; that don't need it.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&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>
Remove including &lt;linux/version.h&gt; that don't need it.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: Remove unneeded UF_NETIF_TX_* macros</title>
<updated>2012-09-04T21:31:21+00:00</updated>
<author>
<name>Priit Laes</name>
<email>plaes@plaes.org</email>
</author>
<published>2012-09-01T09:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=4febd649bbaaff71dae4cb7bda5473e92c590e01'/>
<id>4febd649bbaaff71dae4cb7bda5473e92c590e01</id>
<content type='text'>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&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>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: Drop unused UNIFI_NET_NAME configuration option</title>
<updated>2012-09-04T21:31:21+00:00</updated>
<author>
<name>Priit Laes</name>
<email>plaes@plaes.org</email>
</author>
<published>2012-09-01T09:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6e9950a62bfa4c9a286979f4b2067982f40bfb2f'/>
<id>6e9950a62bfa4c9a286979f4b2067982f40bfb2f</id>
<content type='text'>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&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>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: remove unused define ALLOW_Q_PAUSE</title>
<updated>2012-09-04T21:31:21+00:00</updated>
<author>
<name>Priit Laes</name>
<email>plaes@plaes.org</email>
</author>
<published>2012-09-01T09:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6e5e4043bc72a702fea3646793dcd3dda9258b87'/>
<id>6e5e4043bc72a702fea3646793dcd3dda9258b87</id>
<content type='text'>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&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>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.37</title>
<updated>2012-09-04T21:30:16+00:00</updated>
<author>
<name>Priit Laes</name>
<email>plaes@plaes.org</email>
</author>
<published>2012-09-01T09:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=879a901f7eb6271d82da40cfb3c5bc3b6bb5c3fe'/>
<id>879a901f7eb6271d82da40cfb3c5bc3b6bb5c3fe</id>
<content type='text'>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&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>
Signed-off-by: Priit Laes &lt;plaes@plaes.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
