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
30821e53
Commit
30821e53
authored
Nov 21, 2002
by
Doug Ledford
Browse files
Options
Browse Files
Download
Plain Diff
Merge
ssh://linux-scsi.bkbits.net/scsi-misc-2.5
into flossy.devel.redhat.com:/usr/local/home/dledford/bk/linus-2.5
parents
eba2f969
c8571205
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/scsi/scsi_lib.c
drivers/scsi/scsi_lib.c
+1
-0
drivers/scsi/scsi_proc.c
drivers/scsi/scsi_proc.c
+1
-2
drivers/scsi/scsi_scan.c
drivers/scsi/scsi_scan.c
+1
-1
No files found.
drivers/scsi/scsi_lib.c
View file @
30821e53
...
...
@@ -12,6 +12,7 @@
#include <linux/bio.h>
#include <linux/kernel.h>
#include <linux/blk.h>
#include <asm/hardirq.h>
#include <linux/smp_lock.h>
#include <linux/completion.h>
...
...
drivers/scsi/scsi_proc.c
View file @
30821e53
...
...
@@ -16,14 +16,13 @@
* Michael A. Griffith <grif@acm.org>
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/proc_fs.h>
#include <linux/errno.h>
#include <linux/stat.h>
#include <linux/blk.h>
#include <asm/uaccess.h>
...
...
drivers/scsi/scsi_scan.c
View file @
30821e53
...
...
@@ -1872,7 +1872,7 @@ int scsi_add_single_device(uint host, uint channel, uint id, uint lun)
if
(
!
shost
)
return
-
ENODEV
;
sdev
=
scsi_find_device
(
shost
,
channel
,
id
,
lun
);
if
(
!
sdev
)
if
(
sdev
)
goto
out
;
error
=
-
ENOMEM
;
...
...
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