Merge branches 'mad-response' and 'mlx4' into fixes

This commit is contained in:
Roland Dreier 2012-04-24 16:11:46 -07:00
Родитель a9e7432319 bf6b47deb4
Коммит b609379f8d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -247,7 +247,7 @@ static int ib_link_query_port(struct ib_device *ibdev, u8 port,
err = mlx4_MAD_IFC(to_mdev(ibdev), 1, 1, port,
NULL, NULL, in_mad, out_mad);
if (err)
return err;
goto out;
/* Checking LinkSpeedActive for FDR-10 */
if (out_mad->data[15] & 0x1)