commit | b2b3e7362ee7014ad9c40c925a4c27a690dbdd77 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Sat Aug 19 13:52:12 2017 +0530 |
committer | Borislav Petkov <bp@suse.de> | Sun Aug 20 13:12:32 2017 +0200 |
tree | dbf604c75d6ab107a4744aeb9892a3622220b348 | |
parent | bc8f10babcc27c1f4d8e80d91cc543eabf9125c4 [diff] |
EDAC: Make device_type const Make these const as they are only stored in the type field of a device structure, which is const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Cc: linux-edac <linux-edac@vger.kernel.org> Link: http://lkml.kernel.org/r/1503130946-2854-2-git-send-email-bhumirks@gmail.com Signed-off-by: Borislav Petkov <bp@suse.de>