Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1591154
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] scsi: qedi: fix build error without DEBUG_FS |
| Date | 2017-03-02 16:00 +0100 |
| Message-ID | <tgAn0-3FV-19@gated-at.bofh.it> (permalink) |
| References | <tgxS9-29S-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Mar 2, 2017 at 1:10 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>
> - QEDI_INFO(qedi_dbg, QEDI_LOG_DEBUGFS, "do_not_recover=%d\n",
> - do_not_recover);
> + QEDI_INFO(qedi_dbg, QEDI_LOG_DEBUGFS, "qedi_do_not_recover=%d\n",
> + qedi_do_not_recover);
> - QEDI_INFO(qedi_dbg, QEDI_LOG_DEBUGFS, "do_not_recover=%d\n",
> - do_not_recover);
> + QEDI_INFO(qedi_dbg, QEDI_LOG_DEBUGFS, "qedi_do_not_recover=%d\n",
> + qedi_do_not_recover);
> return 0;
> }
> - { "do_not_recover", qedi_dbg_do_not_recover_ops},
> + { "qedi_do_not_recover", qedi_dbg_do_not_recover_ops},
> { "io_trace", NULL },
> { NULL, NULL }
>
> - cnt = sprintf(buffer, "do_not_recover=%d\n", do_not_recover);
> + cnt = sprintf(buffer, "qedi_do_not_recover=%d\n", qedi_do_not_recover);
> cnt = min_t(int, count, cnt - *ppos);
I just noticed that my search&replace went a little too far, I should not have
touched the instances within strings. Will resend.
Arnd
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] scsi: qedi: fix build error without DEBUG_FS Arnd Bergmann <arnd@arndb.de> - 2017-03-02 13:20 +0100 Re: [PATCH] scsi: qedi: fix build error without DEBUG_FS Arnd Bergmann <arnd@arndb.de> - 2017-03-02 16:00 +0100 Re: [PATCH] scsi: qedi: fix build error without DEBUG_FS Johannes Thumshirn <jthumshirn@suse.de> - 2017-03-02 16:10 +0100
csiph-web