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
ca2a0470
Commit
ca2a0470
authored
Oct 10, 2004
by
Bartlomiej Zolnierkiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ide] kill dead TASKFILE_IN_OUT code
Signed-off-by:
Bartlomiej Zolnierkiewicz
<
bzolnier@gmail.com
>
parent
3c447ef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
drivers/ide/ide-taskfile.c
drivers/ide/ide-taskfile.c
+0
-13
No files found.
drivers/ide/ide-taskfile.c
View file @
ca2a0470
...
@@ -611,19 +611,6 @@ int ide_taskfile_ioctl (ide_drive_t *drive, unsigned int cmd, unsigned long arg)
...
@@ -611,19 +611,6 @@ int ide_taskfile_ioctl (ide_drive_t *drive, unsigned int cmd, unsigned long arg)
case
TASKFILE_IN_DMA
:
case
TASKFILE_IN_DMA
:
err
=
ide_diag_taskfile
(
drive
,
&
args
,
taskin
,
inbuf
);
err
=
ide_diag_taskfile
(
drive
,
&
args
,
taskin
,
inbuf
);
break
;
break
;
case
TASKFILE_IN_OUT
:
#if 0
args.prehandler = &pre_task_out_intr;
args.handler = &task_out_intr;
err = ide_diag_taskfile(drive, &args, taskout, outbuf);
args.prehandler = NULL;
args.handler = &task_in_intr;
err = ide_diag_taskfile(drive, &args, taskin, inbuf);
break;
#else
err
=
-
EFAULT
;
goto
abort
;
#endif
case
TASKFILE_MULTI_OUT
:
case
TASKFILE_MULTI_OUT
:
if
(
!
drive
->
mult_count
)
{
if
(
!
drive
->
mult_count
)
{
/* (hs): give up if multcount is not set */
/* (hs): give up if multcount is not set */
...
...
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