Tejun Heo wrote:
02_sil24_separate-out-error-path.patch

        Move error handling from sil24_host_intr into separate
        function - sil24_error_intr.

        Jeff, I don't think this patch actually improves readability
        and/or performance.  Is this what you wanted?

Yes.

It improves readability and maintainability by clearly separating the error and non-error paths.

It improves performance by removing an uncommon path -- error -- from the hot path (command completion).

        Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to