From: Mark McLoughlin Date: Mon, 11 May 2009 17:11:44 +0000 (+0100) Subject: virtio: teach virtio_has_feature() about transport features X-Git-Tag: v2.6.31-rc1~369^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee006b353f1ca8c9a8470b72b462beb011d62e32;p=pandora-kernel.git virtio: teach virtio_has_feature() about transport features Drivers don't add transport features to their table, so we shouldn't check these with virtio_check_driver_offered_feature(). We could perhaps add an ->offered_feature() virtio_config_op, but that perhaps that would be overkill for a consitency check like this. Signed-off-by: Mark McLoughlin Signed-off-by: Rusty Russell --- Reading git-diff-tree failed