<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/gs_fpgaboot, branch v3.19</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: gs_fpgaboot: fix a compiler warning with make W=2</title>
<updated>2014-10-29T09:39:55+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendranaga4@gmail.com</email>
</author>
<published>2014-10-24T20:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=84e9cd6b5c42d021cc0a2dac7d6e49e9d9dfa037'/>
<id>84e9cd6b5c42d021cc0a2dac7d6e49e9d9dfa037</id>
<content type='text'>
The below warning is fixed:

drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function ‘gs_load_image’:
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:196:58: warning: declaration of ‘file’ shadows a global declaration [-Wshadow]
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:45:14: warning: shadowed declaration is here [-Wshadow]

by renaming file function argument of gs_load_image with fw_file.

Signed-off-by: Devendra Naga &lt;devendranaga4@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>
The below warning is fixed:

drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function ‘gs_load_image’:
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:196:58: warning: declaration of ‘file’ shadows a global declaration [-Wshadow]
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:45:14: warning: shadowed declaration is here [-Wshadow]

by renaming file function argument of gs_load_image with fw_file.

Signed-off-by: Devendra Naga &lt;devendranaga4@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgpaboot: fix compiler warning with make W=1</title>
<updated>2014-10-29T09:39:55+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendranaga4@gmail.com</email>
</author>
<published>2014-10-24T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a5841ff372c3c79c266ef383e7faee8206f0f757'/>
<id>a5841ff372c3c79c266ef383e7faee8206f0f757</id>
<content type='text'>
the following compiler warning has been fixed:

drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function ‘gs_read_bitstream’:
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:160:6: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
  CC      drivers/staging/gs_fpgaboot/io.o
  LD      drivers/staging/gs_fpgaboot/gs_fpga.o
  LD      drivers/staging/gs_fpgaboot/built-in.o

by removing the size variable.

Signed-off-by: Devendra Naga &lt;devendranaga4@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>
the following compiler warning has been fixed:

drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function ‘gs_read_bitstream’:
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:160:6: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
  CC      drivers/staging/gs_fpgaboot/io.o
  LD      drivers/staging/gs_fpgaboot/gs_fpga.o
  LD      drivers/staging/gs_fpgaboot/built-in.o

by removing the size variable.

Signed-off-by: Devendra Naga &lt;devendranaga4@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: cleanup in gs_fpgaboot_init function</title>
<updated>2014-10-29T09:39:55+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendranaga4@gmail.com</email>
</author>
<published>2014-10-24T20:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=92bf93f1260402f17552f91599474bb9ead2a1b2'/>
<id>92bf93f1260402f17552f91599474bb9ead2a1b2</id>
<content type='text'>
the error path is cleanup to return the correct (function call return value)
error code.

Signed-off-by: Devendra Naga &lt;devendranaga4@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>
the error path is cleanup to return the correct (function call return value)
error code.

Signed-off-by: Devendra Naga &lt;devendranaga4@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: Fix "out of memory" error handling</title>
<updated>2014-10-20T02:30:13+00:00</updated>
<author>
<name>Dzmitry Sledneu</name>
<email>dzmitry.sledneu@gmail.com</email>
</author>
<published>2014-10-09T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=02c2d43c2615ddc5d6e25f071b0f8d39ebc2d35d'/>
<id>02c2d43c2615ddc5d6e25f071b0f8d39ebc2d35d</id>
<content type='text'>
Fix "out of memory" error handling

Signed-off-by: Dzmitry Sledneu &lt;dzmitry.sledneu@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>
Fix "out of memory" error handling

Signed-off-by: Dzmitry Sledneu &lt;dzmitry.sledneu@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: Use print_hex_dump_bytes instead of pr_info</title>
<updated>2014-10-20T02:29:26+00:00</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2014-10-07T15:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6232876b723bb7954dd23405963155d8fb8dd654'/>
<id>6232876b723bb7954dd23405963155d8fb8dd654</id>
<content type='text'>
Use print_hex_dump_bytes instead of pr_info

Signed-off-by: Dzmitry Sledneu &lt;dzmitry.sledneu@gmail.com&gt;
Reviewed-by: Insop Song &lt;insop.song@gainspeed.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>
Use print_hex_dump_bytes instead of pr_info

Signed-off-by: Dzmitry Sledneu &lt;dzmitry.sledneu@gmail.com&gt;
Reviewed-by: Insop Song &lt;insop.song@gainspeed.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: remove unnecessary 'out of memory' message</title>
<updated>2014-10-20T02:29:12+00:00</updated>
<author>
<name>Ebru Akagunduz</name>
<email>ebru.akagunduz@gmail.com</email>
</author>
<published>2014-10-03T10:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=44396c7bce449eb6bcb862c6336f5da9ff44c867'/>
<id>44396c7bce449eb6bcb862c6336f5da9ff44c867</id>
<content type='text'>
This patch fixes "Possible unnecessary 'out of memory' message"
checkpatch.pl warning in gs_fpgaboot.c

Signed-off-by: Ebru Akagunduz &lt;ebru.akagunduz@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 patch fixes "Possible unnecessary 'out of memory' message"
checkpatch.pl warning in gs_fpgaboot.c

Signed-off-by: Ebru Akagunduz &lt;ebru.akagunduz@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot Fix trailing whitespace.</title>
<updated>2014-09-20T00:42:15+00:00</updated>
<author>
<name>Aybuke Ozdemir</name>
<email>aybuke.147@gmail.com</email>
</author>
<published>2014-09-17T13:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=05fd349b1750d456423538e69c3c1d4d8a10f1c8'/>
<id>05fd349b1750d456423538e69c3c1d4d8a10f1c8</id>
<content type='text'>
Fix checkpatch.pl issues with trailing
whitespace in README.

Signed-off-by: Aybuke Ozdemir &lt;aybuke.147@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>
Fix checkpatch.pl issues with trailing
whitespace in README.

Signed-off-by: Aybuke Ozdemir &lt;aybuke.147@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: remove checks for CONFIG_B4860G100</title>
<updated>2014-09-08T21:00:07+00:00</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2014-09-05T11:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=06a3fab941da48d04fb9c00a5422a6e9740578e8'/>
<id>06a3fab941da48d04fb9c00a5422a6e9740578e8</id>
<content type='text'>
There are two checks for CONFIG_B4860G100 in this driver. But there's no
Kconfig symbol B4860G100. These checks will always evaluate to false.
Remove them and the code they hide.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&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>
There are two checks for CONFIG_B4860G100 in this driver. But there's no
Kconfig symbol B4860G100. These checks will always evaluate to false.
Remove them and the code they hide.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: remove unnecessary return statements</title>
<updated>2014-09-07T04:50:30+00:00</updated>
<author>
<name>Michał Bartoszkiewicz</name>
<email>mbartoszkiewicz@gmail.com</email>
</author>
<published>2014-09-04T20:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ba660d25b59a68dbc44634a9844705c86ee6a893'/>
<id>ba660d25b59a68dbc44634a9844705c86ee6a893</id>
<content type='text'>
This fixes "void function return statements are not generally useful"
warnings from checkpatch.pl.

Signed-off-by: Michał Bartoszkiewicz &lt;mbartoszkiewicz@gmail.com&gt;
Reviewed-by: Insop Song &lt;insop.song@gainspeed.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 fixes "void function return statements are not generally useful"
warnings from checkpatch.pl.

Signed-off-by: Michał Bartoszkiewicz &lt;mbartoszkiewicz@gmail.com&gt;
Reviewed-by: Insop Song &lt;insop.song@gainspeed.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: gs_fpgaboot: Fixed code style issues</title>
<updated>2014-05-15T20:56:10+00:00</updated>
<author>
<name>Rocco Folino</name>
<email>lordzen87@gmail.com</email>
</author>
<published>2014-04-02T22:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5535c4dd475ff936d36ad4d3f85d8be74f30245f'/>
<id>5535c4dd475ff936d36ad4d3f85d8be74f30245f</id>
<content type='text'>
Fixed missing a blank line after declarations warning

Signed-off-by: Rocco Folino &lt;lordzen87@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>
Fixed missing a blank line after declarations warning

Signed-off-by: Rocco Folino &lt;lordzen87@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
