Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e138a5d2
Commit
e138a5d2
authored
Nov 22, 2006
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCSI] aic94xx: fix pointer to integer conversion warning
Signed-off-by:
James Bottomley
<
James.Bottomley@SteelEye.com
>
parent
7b4feee9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/scsi/aic94xx/aic94xx_scb.c
drivers/scsi/aic94xx/aic94xx_scb.c
+1
-1
No files found.
drivers/scsi/aic94xx/aic94xx_scb.c
View file @
e138a5d2
...
...
@@ -446,7 +446,7 @@ static void escb_tasklet_complete(struct asd_ascb *ascb,
continue
;
dev
=
task
->
dev
;
x
=
(
u
16
)
dev
->
lldd_dev
;
x
=
(
u
nsigned
long
)
dev
->
lldd_dev
;
if
(
x
==
conn_handle
)
{
dev_phy
=
dev
->
port
->
phy
;
task_kill_later
(
a
);
...
...
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