Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
2ef7086a
Commit
2ef7086a
authored
18 years ago
by
Jens Axboe
Browse files
Options
Download
Email Patches
Plain Diff
bsg: silence a bogus gcc warning
Signed-off-by:
Jens Axboe
<
jens.axboe@oracle.com
>
parent
b711afa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
block/bsg.c
block/bsg.c
+1
-1
No files found.
block/bsg.c
View file @
2ef7086a
...
...
@@ -302,7 +302,7 @@ bsg_map_hdr(struct bsg_device *bd, struct sg_io_v4 *hdr)
{
request_queue_t
*
q
=
bd
->
queue
;
struct
request
*
rq
;
int
ret
,
rw
;
int
ret
,
rw
=
0
;
/* shut up gcc */
unsigned
int
dxfer_len
;
void
*
dxferp
=
NULL
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment