[openib-general] Re: [PATCH] InfiniBand: add missing break between cases
Roland Dreier
roland at topspin.com
Thu Feb 3 11:29:03 PST 2005
>>>>> "Michael" == Michael S Tsirkin <mst at mellanox.co.il> writes:
Michael> BTW, is the lack of break after case MTHCA_RES_UDAV
Michael> intentional in mthca_make_profile? Isnt this what was
Michael> intended ( I noticed this when comparing trunk with
Michael> roland-uverbs)?
Yes, and the next case should also have a break. (Both are harmless
right now -- the first one because mem-free support is turned off on
the trunk, the second because it's followed by the default case)
- R.
More information about the general
mailing list