lkml.org 
[lkml]   [2008]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RESEND PATCH 08/10] ide-floppy: mv idefloppy_{should_,}report_error
    Date
    Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
    ---
    drivers/ide/ide-floppy.c | 6 +++---
    1 files changed, 3 insertions(+), 3 deletions(-)

    diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c
    index 2c139e7..fd5fe7b 100644
    --- a/drivers/ide/ide-floppy.c
    +++ b/drivers/ide/ide-floppy.c
    @@ -544,7 +544,7 @@ static ide_startstop_t idefloppy_transfer_pc1(ide_drive_t *drive)
    }

    /* Supresses error messages resulting from Medium not present */
    -static inline int idefloppy_should_report_error(idefloppy_t *floppy)
    +static inline int idefloppy_report_error(idefloppy_t *floppy)
    {
    if (floppy->sense_key == 0x02 &&
    floppy->asc == 0x3a &&
    @@ -587,7 +587,7 @@ static ide_startstop_t idefloppy_issue_pc(ide_drive_t *drive, idefloppy_pc_t *pc
    */
    if (!test_bit(PC_ABORT, &pc->flags)) {
    if (!test_bit(PC_SUPPRESS_ERROR, &pc->flags)) {
    - if (idefloppy_should_report_error(floppy))
    + if (idefloppy_report_error(floppy))
    printk(KERN_ERR "ide-floppy: %s: I/O error, "
    "pc = %2x, key = %2x, "
    "asc = %2x, ascq = %2x\n",
    @@ -809,7 +809,7 @@ static ide_startstop_t idefloppy_do_request(ide_drive_t *drive,

    if (rq->errors >= ERROR_MAX) {
    if (floppy->failed_pc != NULL) {
    - if (idefloppy_should_report_error(floppy))
    + if (idefloppy_report_error(floppy))
    printk(KERN_ERR "ide-floppy: %s: I/O error,"
    " pc = %2x, key = %2x, asc = %2x,"
    " ascq = %2x\n",
    --
    1.5.3.7


    \
     
     \ /
      Last update: 2008-01-03 14:27    [W:3.831 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site