.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ATA_CHK_ERR" "9" "09 October 2005" "" ""
.SH NAME
ata_chk_err \- Read device error reg
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u8 ata_chk_err (struct ata_port * \fIap\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIap\fB\fR
port where the device is
.SH "DESCRIPTION"
.PP
Reads ATA taskfile error register for
currently-selected device and return its value.
.SH "NOTE"
.PP
may NOT be used as the \fBcheck_err\fR entry in
ata_port_operations.
.SH "LOCKING"
.PP
Inherited from caller.