From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752778AbbH1Sdv (ORCPT ); Fri, 28 Aug 2015 14:33:51 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:35730 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752051AbbH1Sdu (ORCPT ); Fri, 28 Aug 2015 14:33:50 -0400 From: Sergei Shtylyov To: netdev@vger.kernel.org, f.fainelli@gmail.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Some phylib simplifications Date: Fri, 28 Aug 2015 21:33:43 +0300 Message-ID: <2163825.63u61975nF@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.1.5-100.fc21.x86_64; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Here's 2 patches against DaveM's 'net-next.git' repo. We simplify a bogus string of type casts in the 1st patch and make the code respect some coding standards of the networking code in the 2nd one. I may follow with fixing of checkpatch.pl's complaints. if I have time.. [1/2] phylib: simplify bogus phy_device_create() result [2/2] phylib: simplify NULL checks MBR, Sergei